Desktop usability adjustments #1

Merged
remoll merged 28 commits from feature/desktop-customization into main 2025-05-18 12:56:43 +00:00
Showing only changes of commit 99c10921fc - Show all commits

View File

@ -35,12 +35,15 @@
# Clipboard management # Clipboard management
"$mod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy" "$mod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy"
"$mod+Shift, Q, killactive," # Close window # Close window
"$mod, Q, killactive,"
"$mod+Shift, Q, exit," # this is the true kill
# Toggle Floating and reduce size # Toggle Floating and reduce size
"$mod, f, togglefloating," "$mod, f, togglefloating,"
"$mod, f, resizeactive, 50% 50%," "$mod, f, resizeactive, 50% 50%,"
# Toggle fullscreen # Toggle fullscreen
"$mod+Shift, f, togglefullscreen," "$mod+Shift, f, fullscreen,"
# Alt-tab alternative # Alt-tab alternative
"$mod, Tab, cyclenext," "$mod, Tab, cyclenext,"
@ -76,8 +79,10 @@
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
# Reshape the window in focus # Reshape the window in focus
"$mod, left, resizeactive, -2% 0" "$mod, MINUS, resizeactive, -2% -2%"
"$mod, right, resizeactive, 2% 0" "$mod, KP_Subtract, resizeactive, -2% -2%"
"$mod, PLUS, resizeactive, 2% 2%"
"$mod, KP_Add, resizeactive, 2% 2%"
]; ];