diff options
author | Karel Kočí <cynerd@email.cz> | 2018-05-02 21:58:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-05-02 22:01:08 +0200 |
commit | 92b41d5d4cb3128a3014e8eb8a6ff4b9ed495051 (patch) | |
tree | 6de4a2165b78106844541f6f88ecd125d4eeb15f /config | |
parent | 40bda63ae01cd486d02eaaef614ad4a76dd97d8f (diff) | |
download | myconfigs-92b41d5d4cb3128a3014e8eb8a6ff4b9ed495051.tar.gz myconfigs-92b41d5d4cb3128a3014e8eb8a6ff4b9ed495051.tar.bz2 myconfigs-92b41d5d4cb3128a3014e8eb8a6ff4b9ed495051.zip |
Drop asus-fan script
This script is no longer needed by me. I no longer have asus laptop.
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/i3/config b/config/i3/config index 7099a68..f5645ad 100644 --- a/config/i3/config +++ b/config/i3/config @@ -130,16 +130,6 @@ mode "$displays" { } bindsym $mod+Shift+w mode "$displays" -set $asus-fan fan: (f)ull, (a)uto -mode "$asus-fan" { - bindsym f exec --no-startup-id sudo asus-fan full, mode "default" - bindsym a exec --no-startup-id sudo asus-fan auto, mode "default" - - bindsym Return mode "default" - bindsym Escape mode "default" -} -bindsym $mod+Shift+f mode "$asus-fan" - # resize window mode "resize" { bindsym h resize shrink width 10 px or 10 ppt |