mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Home: hyprland stuff
This commit is contained in:
parent
f4ef1bd5c9
commit
fab6a362fc
2 changed files with 5 additions and 2 deletions
|
@ -48,6 +48,9 @@
|
|||
follow_mouse = 1;
|
||||
sensitivity = 0.1;
|
||||
force_no_accel = true;
|
||||
tablet = {
|
||||
left_handed = true;
|
||||
};
|
||||
};
|
||||
|
||||
general = {
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
bind = [
|
||||
"Super, mouse_up, workspace, +1"
|
||||
"Super, mouse_down, workspace, -1"
|
||||
"Super, Page_up, workspace, +1"
|
||||
"Super, Page_down, workspace, -1"
|
||||
"Super, Page_up, workspace, -1"
|
||||
"Super, Page_down, workspace, +1"
|
||||
|
||||
"Super+Shift, S, togglespecialworkspace"
|
||||
|
||||
|
|
Loading…
Reference in a new issue