commit edb2907a4770cf7f843fd2ba2b86e91d4449d5e3
parent 01719c98affbbf529330b5f5119523f021e6ae58
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date: Tue, 30 Jun 2020 01:14:34 +1000
i3 resurrect
Diffstat:
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/.config/i3/config b/.config/i3/config
@@ -65,7 +65,7 @@ exec --no-startup-id pkill polybar; polybar -r example
bindsym $mod+F1 exec brave --disable-seccomp-filter-sandbox #google-chrome-stable
bindsym $mod+F2 exec nautilus
bindsym $mod+F3 exec firefox
-#bindsym $mod+F4
+bindsym $mod+F4 exec ~/install/RuneLite.AppImage
bindsym $mod+F5 exec s-tui
bindsym $mod+F6 exec google-chrome-stable
@@ -258,7 +258,7 @@ mode "save" {
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym m mode "default"
- bindsym $mod+s mode "default"
+ bindsym $mod+m mode "default"
}
bindsym $mod+m mode "save"
@@ -276,16 +276,16 @@ mode "restore" {
bindsym 9 exec "$i3_resurrect restore -w 9 --programs-only"
bindsym 0 exec "$i3_resurrect restore -w 10 --programs-only"
- bindsym $mod+1 exec "$i3_resurrect restore -w 1 --layout-only"
- bindsym $mod+2 exec "$i3_resurrect restore -w 2 --layout-only"
- bindsym $mod+3 exec "$i3_resurrect restore -w 3 --layout-only"
- bindsym $mod+4 exec "$i3_resurrect restore -w 4 --layout-only"
- bindsym $mod+5 exec "$i3_resurrect restore -w 5 --layout-only"
- bindsym $mod+6 exec "$i3_resurrect restore -w 6 --layout-only"
- bindsym $mod+7 exec "$i3_resurrect restore -w 7 --layout-only"
- bindsym $mod+8 exec "$i3_resurrect restore -w 8 --layout-only"
- bindsym $mod+9 exec "$i3_resurrect restore -w 9 --layout-only"
- bindsym $mod+0 exec "$i3_resurrect restore -w 10 --layout-only"
+ bindsym $mod+1 exec "$i3_resurrect restore -w 1"
+ bindsym $mod+2 exec "$i3_resurrect restore -w 2"
+ bindsym $mod+3 exec "$i3_resurrect restore -w 3"
+ bindsym $mod+4 exec "$i3_resurrect restore -w 4"
+ bindsym $mod+5 exec "$i3_resurrect restore -w 5"
+ bindsym $mod+6 exec "$i3_resurrect restore -w 6"
+ bindsym $mod+7 exec "$i3_resurrect restore -w 7"
+ bindsym $mod+8 exec "$i3_resurrect restore -w 8"
+ bindsym $mod+9 exec "$i3_resurrect restore -w 9"
+ bindsym $mod+0 exec "$i3_resurrect restore -w 10"
# Back to normal: Enter, Escape, or n
bindsym Return mode "default"