瀏覽代碼

Use direction to move workspace to another screen

Make moving workspaces more generic by using directions instead of output names.
DricomDragon 3 年之前
父節點
當前提交
241f3e1c98
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      Install/Templates/home/config/regolith/i3/config

+ 4 - 4
Install/Templates/home/config/regolith/i3/config

@@ -341,12 +341,12 @@ set_from_resource $i3-wm.binding.take_next_free i3-wm.binding.take_next_free Mod
 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
+set_from_resource $i3-wm.binding.move_work_ext i3-wm.binding.move_work_ext Mod1+Mod4+k
+bindsym $mod+$i3-wm.binding.move_work_ext move workspace to output up
 
 ## 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
+set_from_resource $i3-wm.binding.move_work_int i3-wm.binding.move_work_int Mod1+Mod4+k
+bindsym $mod+$i3-wm.binding.move_work_int move workspace to output down
 
 # Use Mouse+$mod to drag floating windows to their wanted position
 floating_modifier $mod