mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-28 19:23:48 +01:00
Revert "hyprland: Add attempt at using hyprscroller"
This commit is contained in:
parent
c105eda0b6
commit
6d9149dbab
@ -45,7 +45,6 @@ in
|
|||||||
|
|
||||||
plugins = with pkgs.hyprlandPlugins; [
|
plugins = with pkgs.hyprlandPlugins; [
|
||||||
hyprgrass
|
hyprgrass
|
||||||
hyprscroller
|
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
@ -107,7 +106,7 @@ in
|
|||||||
gaps_in = 0;
|
gaps_in = 0;
|
||||||
gaps_out = 0;
|
gaps_out = 0;
|
||||||
border_size = 0;
|
border_size = 0;
|
||||||
layout = "scroller";
|
layout = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
@ -265,14 +264,14 @@ in
|
|||||||
|
|
||||||
'', edge:d:u, exec, kill -34 "$(pgrep -x "wvkbd-mobintl")" || wvkbd-mobintl''
|
'', edge:d:u, exec, kill -34 "$(pgrep -x "wvkbd-mobintl")" || wvkbd-mobintl''
|
||||||
", edge:u:d, exec, kgx"
|
", edge:u:d, exec, kgx"
|
||||||
", edge:r:l, exec, hyprctl dispatch scroller:movefocus left"
|
", edge:r:l, exec, hyprnome"
|
||||||
", edge:l:r, exec, hyprctl dispatch scoller:movefoucs right"
|
", edge:l:r, exec, hyprnome -p"
|
||||||
", swipe:3:lu, exec, hyprctl dispatch scroller:admitwindow"
|
", swipe:3:lu, exec, chatty"
|
||||||
", swipe:3:ru, exec, hyprctl dispatch scroller:expelwindow"
|
", swipe:3:ru, exec, gnome-calls"
|
||||||
", swipe:3:ld, exec, hyprctl dispatch scroller:movewindow left"
|
", swipe:3:ld, exec, gnome-contacts"
|
||||||
", swipe:3:rd, exec, hyprctl dispatch scroller:movewindow right"
|
", swipe:3:rd, exec, gnome-control-center"
|
||||||
", swipe:4:d, killactive"
|
", swipe:4:d, killactive"
|
||||||
", swipe:4:u, exec, hyprctl dispatch scroller:toggleoverview"
|
", swipe:4:u, exec, librewolf"
|
||||||
'', tap:3, exec, kill -34 "$(pgrep -x "wvkbd-mobintl")" || wvkbd-mobintl''
|
'', tap:3, exec, kill -34 "$(pgrep -x "wvkbd-mobintl")" || wvkbd-mobintl''
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user