|
@@ -133,11 +133,11 @@ bindsym $mod+$i3-wm.binding.look_selector exec $i3-wm.program.look_selector
|
|
|
# Window and Workspace Navigation
|
|
|
###############################################################################
|
|
|
|
|
|
-## Navigate // Relative Parent // <> a ##/
|
|
|
+## Navigate // Relative Parent // <> PgUp ##/
|
|
|
set_from_resource $i3-wm.binding.focus_parent i3-wm.binding.focus_parent a
|
|
|
bindsym $mod+$i3-wm.binding.focus_parent focus parent
|
|
|
|
|
|
-## Navigate // Relative Child // <> z ##/
|
|
|
+## Navigate // Relative Child // <> PgDown ##/
|
|
|
set_from_resource $i3-wm.binding.focus_child i3-wm.binding.focus_child z
|
|
|
bindsym $mod+$i3-wm.binding.focus_child focus child
|
|
|
|
|
@@ -183,7 +183,7 @@ bindsym $mod+Ctrl+$ws9_key workspace number $ws19
|
|
|
set_from_resource $i3-wm.binding.ws_next i3-wm.binding.ws_next Tab
|
|
|
bindsym $mod+$i3-wm.binding.ws_next workspace next
|
|
|
|
|
|
-## Navigate // Next Workspace // <><Alt> → ##
|
|
|
+## Navigate // Next Workspace // <> PgDown ##
|
|
|
set_from_resource $i3-wm.binding.ws_next2 i3-wm.binding.ws_next2 Mod1+Right
|
|
|
bindsym $mod+$i3-wm.binding.ws_next2 workspace next
|
|
|
|
|
@@ -199,7 +199,7 @@ bindsym $mod+$i3-wm.binding.ws_next_on_output2 workspace next_on_output
|
|
|
set_from_resource $i3-wm.binding.ws_prev i3-wm.binding.ws_prev Shift+Tab
|
|
|
bindsym $mod+$i3-wm.binding.ws_prev workspace prev
|
|
|
|
|
|
-## Navigate // Previous Workspace // <><Alt> ← ##
|
|
|
+## Navigate // Previous Workspace // <> PgUp ##
|
|
|
set_from_resource $i3-wm.binding.ws_prev2 i3-wm.binding.ws_prev2 Mod1+Left
|
|
|
bindsym $mod+$i3-wm.binding.ws_prev2 workspace prev
|
|
|
|
|
@@ -215,7 +215,7 @@ bindsym $mod+$i3-wm.binding.ws_prev_on_output2 workspace prev_on_output
|
|
|
set_from_resource $i3-wm.binding.next_free i3-wm.binding.next_free grave
|
|
|
bindsym $mod+$i3-wm.binding.next_free exec --no-startup-id /usr/bin/i3-next-workspace
|
|
|
|
|
|
-## Navigate // Scratchpad // <><Ctrl> a ##
|
|
|
+## Navigate // Scratchpad // <> a ##
|
|
|
set_from_resource $i3-wm.binding.scratchpad i3-wm.binding.scratchpad Ctrl+a
|
|
|
bindsym $mod+$i3-wm.binding.scratchpad scratchpad show
|
|
|
|
|
@@ -275,7 +275,7 @@ bindsym $mod+$i3-wm.binding.fullscreen_toggle fullscreen toggle
|
|
|
set_from_resource $i3-wm.binding.float_toggle i3-wm.binding.float_toggle Shift+f
|
|
|
bindsym $mod+Shift+$i3-wm.binding.float_toggle floating toggle
|
|
|
|
|
|
-## Modify // Move to Scratchpad // <><Ctrl> m ##
|
|
|
+## Modify // Move to Scratchpad // <><Shift> a ##
|
|
|
set_from_resource $i3-wm.binding.move_scratchpad i3-wm.binding.move_scratchpad Ctrl+m
|
|
|
bindsym $mod+$i3-wm.binding.move_scratchpad move to scratchpad
|
|
|
|
|
@@ -352,11 +352,11 @@ hide_edge_borders $i3-wm.hide.edge.borders
|
|
|
# Session Management
|
|
|
###############################################################################
|
|
|
|
|
|
-## Session // Exit App // <><Shift> q ##
|
|
|
+## Session // Exit App // <><Shift> w ##
|
|
|
set_from_resource $i3-wm.binding.exit_app i3-wm.binding.exit_app Shift+q
|
|
|
bindsym $mod+$i3-wm.binding.exit_app [con_id="__focused__"] kill
|
|
|
|
|
|
-## Session // Terminate App // <><Alt> q ##
|
|
|
+## Session // Terminate App // <><Alt> w ##
|
|
|
set_from_resource $i3-wm.binding.kill_app i3-wm.binding.kill_app Mod1+q
|
|
|
bindsym $mod+$i3-wm.binding.kill_app [con_id="__focused__"] exec --no-startup-id kill -9 $(xdotool getwindowfocus getwindowpid)
|
|
|
|
|
@@ -383,7 +383,7 @@ set_from_resource $i3-wm.binding.reboot i3-wm.binding.reboot Shift+b
|
|
|
set_from_resource $i3-wm.program.reboot i3-wm.program.reboot /usr/bin/gnome-session-quit --reboot
|
|
|
bindsym $mod+$i3-wm.binding.reboot exec $i3-wm.program.reboot
|
|
|
|
|
|
-## Session // Power Down // <><Shift> p ##
|
|
|
+## Session // Power Down // <><Shift> Escape ##
|
|
|
set_from_resource $i3-wm.binding.shutdown i3-wm.binding.shutdown Shift+p
|
|
|
set_from_resource $i3-wm.program.shutdown i3-wm.program.shutdown /usr/bin/gnome-session-quit --power-off
|
|
|
bindsym $mod+$i3-wm.binding.shutdown exec $i3-wm.program.shutdown
|