aboutsummaryrefslogtreecommitdiff
path: root/config/fish/config.fish
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2024-08-13 22:23:04 +0200
committerCharles Cabergs <me@cacharle.xyz>2024-08-13 22:23:04 +0200
commit9b06455eba82ff50f47316e82773e0cf757b521f (patch)
tree5bc587aeb9f37369fcd10be0769c3c790fb6990c /config/fish/config.fish
parente790711d75bb84b348f7ee7d0beefdabce78b751 (diff)
downloaddotfiles-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.fish2
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