changed desktop binds to use mouse wheel

also set vesktop to use xwayland not wayland, wayland has graphical bugs
This commit is contained in:
Gabriella Bere 2025-05-02 00:24:13 +01:00
parent 94cdba4e40
commit a5bc732d9e

View file

@ -40,7 +40,7 @@
"[workspace 2 silent] telegram-desktop"
"[workspace 2 silent] signal-desktop"
"[workspace 2 silent] firefox https://web.whatsapp.com https://instagram.com"
"[workspace 2 silent] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
"[workspace 2 silent] vesktop"
];
windowrule = [
"move 100%,100%, title:*WhatsApp*"
@ -71,8 +71,8 @@
"$mod, tab, togglefloating"
# Workspace management
"$mod, right, workspace, +1"
"$mod, left, workspace, -1"
"$mod, mouse_up, workspace, +1"
"$mod, mouse_down, workspace, -1"
"$mod SHIFT, right, movetoworkspace, +1"
"$mod SHIFT, left, movetoworkspace, -1"
];