diff options
| -rw-r--r-- | config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index 9418952..acb8634 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -236,6 +236,6 @@ if status is-login # setting the keyrepeat delay and interval here as the default ones # since some applications reset the those if we use xset r rate 200 30 instead startx "$XDG_CONFIG_HOME/x11/xinitrc" -- -ardelay 200 -arinterval 30 - #poweroff + poweroff end end |
