fix duplication issue

This commit is contained in:
Alex Kelly 2022-06-17 16:32:53 -04:00
parent a37301f508
commit b3099ba004
4 changed files with 0 additions and 336 deletions

36
config
View file

@ -262,40 +262,4 @@ mode "save" {
bindsym $mod+s mode "default"
}
mode "audio" {
bindsym m exec "~/bin/volume.sh mute"
bindsym j exec "~/bin/volume.sh down"
bindsym k exec "~/bin/volume.sh up"
bindsym t exec "~/bin/volume.sh mtoggle"
bindsym backslash exec "~/bin/volume.sh mtoggle"
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+Shift+v mode "audio"
bindsym $mod+s mode "save"
# Restore workspace mode.
mode "restore" {
bindsym 1 exec $i3_resurrect restore -w 1
bindsym 2 exec $i3_resurrect restore -w 2
bindsym 3 exec $i3_resurrect restore -w 3
bindsym 4 exec $i3_resurrect restore -w 4
bindsym 5 exec $i3_resurrect restore -w 5
bindsym 6 exec $i3_resurrect restore -w 6
bindsym 7 exec $i3_resurrect restore -w 7
bindsym 8 exec $i3_resurrect restore -w 8
bindsym 9 exec $i3_resurrect restore -w 9
bindsym 0 exec $i3_resurrect restore -w 0
# Back to normal: Enter, Escape, or n
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym n mode "default"
bindsym $mod+n mode "default"
}
bindsym $mod+n mode "restore"
client.focused #686f9a #30365F #fdf6e3 #859900
include conf.d/*.conf