From 9b06455eba82ff50f47316e82773e0cf757b521f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 13 Aug 2024 22:23:04 +0200 Subject: Fix poweroff was removed --- config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit