feat: add scrolling for hyprland workspaces
This commit is contained in:
parent
d65a7a10d2
commit
1051cca3e7
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ in
|
|||
",XF86AudioPlay,exec,${pkgs.playerctl}/bin/playerctl play-pause"
|
||||
",XF86AudioPrev,exec,${pkgs.playerctl}/bin/playerctl previous"
|
||||
",XF86AudioNext,exec,${pkgs.playerctl}/bin/playerctl next"
|
||||
"$mod,mouse_up,workspace,r-1"
|
||||
"$mod,mouse_down,workspace,r+1"
|
||||
]
|
||||
++ (
|
||||
builtins.concatLists (builtins.genList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue