Compare commits

..

2 Commits

Author SHA1 Message Date
63613c235f wallpaper on external monitors 2025-06-08 13:50:03 +02:00
e4ca9a9989 keybinds for moving workspace between monitors 2025-06-08 13:49:47 +02:00
2 changed files with 13 additions and 7 deletions

View File

@ -22,13 +22,13 @@ bind = $mainMod, M, exec, $email
bind = $mainMod, XF86AudioMedia, exec, $powerMenu
# General binds
bind = $mainMod, Q, killactive,
#bind = $mainMod, M, exit,
bind = $mainMod, X, togglefloating,
bind = $mainMod, F, fullscreen,
bind = $mainMod, D, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, I, togglesplit, # dwindle
bind = $mainMod, q, killactive,
#bind = $mainMod, m, exit,
bind = $mainMod, x, togglefloating,
bind = $mainMod, f, fullscreen,
bind = $mainMod, d, exec, $menu
bind = $mainMod, p, pseudo, # dwindle
bind = $mainMod, s, togglesplit, # dwindle
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
@ -39,6 +39,8 @@ bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r
bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d
bind = $mainMod, n, focusmonitor, r
bind = $mainMod, m, focusmonitor, l
# Resize windows
bind = $mainMod CTRL, left, resizeactive, -35 0
@ -60,6 +62,8 @@ bind = $mainMod SHIFT, l, moveWindow, r
bind = $mainMod SHIFT, k, moveWindow, u
bind = $mainMod SHIFT, j, moveWindow, d
bindm = SUPER, mouse:272, movewindow
bind = $mainMod SHIFT, n, movecurrentworkspacetomonitor, r
bind = $mainMod SHIFT, m, movecurrentworkspacetomonitor, l
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1

View File

@ -1,3 +1,5 @@
preload = /home/alex/wallpapers/dune.jpg
wallpaper = eDP-1,/home/alex/wallpapers/dune.jpg
wallpaper = DP-2,/home/alex/wallpapers/dune.jpg
wallpaper = DP-4,/home/alex/wallpapers/dune.jpg