Compare commits

...

3 commits

Author SHA1 Message Date
92d0678ff1 keybindings: Fix keybinding to move windows
Fix the keybindings to put windows to the 11th and 12th workspaces.
2025-05-31 12:50:31 +02:00
e9fbc459e5 config: Fix positioning and focusing screens
Remove negative offsets and force focus on first screen.
2025-05-31 12:49:19 +02:00
83e107c13c config: Disable tray output
Disable to put tray icons anywhere on the screen.
2025-05-31 12:48:30 +02:00
3 changed files with 7 additions and 6 deletions

View file

@ -147,7 +147,7 @@ bar {
status_command i3status-rs
font pango:NotoSansMono-Regular, forkawesome 8
position top
tray_output primary
tray_output off
workspace_buttons yes
mode dock
modifier $mod
@ -164,7 +164,7 @@ bar {
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
font pango:NotoSansMono-Regular, forkawesome 8
position top
tray_output primary
tray_output off
workspace_buttons yes
mode dock
modifier $mod

View file

@ -1,2 +1,3 @@
output DP-1 pos 0 0
output HDMI-A-2 pos 1920 -380 transform 270
output DP-1 pos 0 380
output HDMI-A-2 pos 1920 0 transform 270
focus output DP-1

View file

@ -57,5 +57,5 @@ bindsym $mod+Shift+7 move container to workspace number $ws7
bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
bindsym $mod+Shift+underscore move container to workspace number $ws11
bindsym $mod+Shift+plus move container to workspace number $ws12
bindsym $mod+Shift+minus move container to workspace number $ws11
bindsym $mod+Shift+equal move container to workspace number $ws12