Home: hyprland stuff

This commit is contained in:
blahai 2024-12-05 16:23:27 +02:00
parent f4ef1bd5c9
commit fab6a362fc
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc
2 changed files with 5 additions and 2 deletions

View file

@ -48,6 +48,9 @@
follow_mouse = 1; follow_mouse = 1;
sensitivity = 0.1; sensitivity = 0.1;
force_no_accel = true; force_no_accel = true;
tablet = {
left_handed = true;
};
}; };
general = { general = {

View file

@ -19,8 +19,8 @@
bind = [ bind = [
"Super, mouse_up, workspace, +1" "Super, mouse_up, workspace, +1"
"Super, mouse_down, workspace, -1" "Super, mouse_down, workspace, -1"
"Super, Page_up, workspace, +1" "Super, Page_up, workspace, -1"
"Super, Page_down, workspace, -1" "Super, Page_down, workspace, +1"
"Super+Shift, S, togglespecialworkspace" "Super+Shift, S, togglespecialworkspace"