diff options
| author | BardofSprites <[email protected]> | 2026-02-02 19:00:57 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-02-02 19:00:57 -0500 |
| commit | c559871ec290e0b92b0e198150d3b14781419fd0 (patch) | |
| tree | e61e5e53b74a9a747e44631d41df01ff8cf981fa /i3/.config | |
| parent | 91d11a30f02ec6d60849ba1a7c38461df86230ad (diff) | |
monitor keybinds
Diffstat (limited to 'i3/.config')
| -rw-r--r-- | i3/.config/i3/winsettings | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/i3/.config/i3/winsettings b/i3/.config/i3/winsettings index a029804..797a06a 100644 --- a/i3/.config/i3/winsettings +++ b/i3/.config/i3/winsettings @@ -19,7 +19,7 @@ bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right -#arryowkeys +# arrow keys bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up @@ -48,6 +48,10 @@ bindsym $mod+Shift+space floating toggle # focus the parent container bindsym $mod+a focus mode_toggle +# move workspace to different monitor +bindsym $mod+Ctrl+l move workspace to output right +bindsym $mod+Ctrl+h move workspace to output left + # Name the workspaces set $workspace1 "1" set $workspace2 "2" |
