|
@@ -340,6 +340,14 @@ bindsym $mod+$alt+Ctrl+$ws9_key move container to workspace number $ws19; worksp
|
|
|
set_from_resource $i3-wm.binding.take_next_free i3-wm.binding.take_next_free Mod1+grave
|
|
|
bindsym $mod+$i3-wm.binding.take_next_free exec --no-startup-id /usr/bin/i3-next-workspace --move-window-and-follow
|
|
|
|
|
|
+## Modify // Move workspace to external monitor // <><Shift><PgUp> ##
|
|
|
+set_from_resource $i3-wm.binding.move_work_ext i3-wm.binding.move_work_ext Mod1+grave
|
|
|
+bindsym $mod+$i3-wm.binding.move_work_ext move workspace to output HDMI-2
|
|
|
+
|
|
|
+## Modify // Move workspace to internal monitor // <><Shift><PgDown> ##
|
|
|
+set_from_resource $i3-wm.binding.move_work_int i3-wm.binding.move_work_int Mod1+grave
|
|
|
+bindsym $mod+$i3-wm.binding.move_work_int move workspace to output eDP-1
|
|
|
+
|
|
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
|
floating_modifier $mod
|
|
|
|