changed desktop binds to use mouse wheel
also set vesktop to use xwayland not wayland, wayland has graphical bugs
This commit is contained in:
parent
94cdba4e40
commit
a5bc732d9e
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
||||||
"[workspace 2 silent] telegram-desktop"
|
"[workspace 2 silent] telegram-desktop"
|
||||||
"[workspace 2 silent] signal-desktop"
|
"[workspace 2 silent] signal-desktop"
|
||||||
"[workspace 2 silent] firefox https://web.whatsapp.com https://instagram.com"
|
"[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 = [
|
windowrule = [
|
||||||
"move 100%,100%, title:*WhatsApp*"
|
"move 100%,100%, title:*WhatsApp*"
|
||||||
|
@ -71,8 +71,8 @@
|
||||||
"$mod, tab, togglefloating"
|
"$mod, tab, togglefloating"
|
||||||
|
|
||||||
# Workspace management
|
# Workspace management
|
||||||
"$mod, right, workspace, +1"
|
"$mod, mouse_up, workspace, +1"
|
||||||
"$mod, left, workspace, -1"
|
"$mod, mouse_down, workspace, -1"
|
||||||
"$mod SHIFT, right, movetoworkspace, +1"
|
"$mod SHIFT, right, movetoworkspace, +1"
|
||||||
"$mod SHIFT, left, movetoworkspace, -1"
|
"$mod SHIFT, left, movetoworkspace, -1"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue