diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-08-13 22:23:04 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-08-13 22:23:04 +0200 |
| commit | 9b06455eba82ff50f47316e82773e0cf757b521f (patch) | |
| tree | 5bc587aeb9f37369fcd10be0769c3c790fb6990c /config/fish/config.fish | |
| parent | e790711d75bb84b348f7ee7d0beefdabce78b751 (diff) | |
| download | dotfiles-9b06455eba82ff50f47316e82773e0cf757b521f.tar.gz dotfiles-9b06455eba82ff50f47316e82773e0cf757b521f.tar.bz2 dotfiles-9b06455eba82ff50f47316e82773e0cf757b521f.zip | |
Fix poweroff was removed
Diffstat (limited to 'config/fish/config.fish')
| -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 |
