update + nogaps
This commit is contained in:
@@ -55,7 +55,7 @@ in
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
|
||||
# inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
|
||||
# inputs.hyprfocus.packages.${pkgs.system}.hyprfocus
|
||||
# inputs.hycov.packages.${pkgs.system}.hycov
|
||||
inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
||||
@@ -347,7 +347,7 @@ in
|
||||
|
||||
#bind = SUPER, TAB, hycov:toggleoverview
|
||||
"SUPER, TAB, overview:toggle"
|
||||
"SUPER SHIFT, TAB, hyprexpo:expo, toggle"
|
||||
# "SUPER SHIFT, TAB, hyprexpo:expo, toggle"
|
||||
"ALT, TAB, focuscurrentorlast"
|
||||
"SUPER, Q, killactive"
|
||||
"SUPER, W, exec, waybar_mode set ' '"
|
||||
@@ -460,21 +460,6 @@ in
|
||||
bindl = [
|
||||
# ",switch:on:Lid Switch, exec, hyprlock &"
|
||||
];
|
||||
|
||||
# plugin = {
|
||||
# hyprexpo = {
|
||||
# columns = 1;
|
||||
# gap_size = rice.gap-size;
|
||||
# bg_col = "rgb(ff1111)";
|
||||
# workspace_method = "center current"; # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
# enable_gesture = true; # laptop touchpad, 4 fingers
|
||||
# gesture_distance = "300"; # how far is the "max"
|
||||
# gesture_positive = true; # positive = swipe down. Negative = swipe up.
|
||||
# };
|
||||
# };
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -771,18 +756,18 @@ in
|
||||
|
||||
|
||||
|
||||
plugin {
|
||||
hyprexpo {
|
||||
columns = 5
|
||||
gap_size = ${builtins.toString rice.gap-size}
|
||||
bg_col = rgb(${rice.lib.nohash rice.color.background})
|
||||
workspace_method = first 10 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
# plugin {
|
||||
# hyprexpo {
|
||||
# columns = 5
|
||||
# gap_size = ${builtins.toString rice.gap-size}
|
||||
# bg_col = rgb(${rice.lib.nohash rice.color.background})
|
||||
# workspace_method = first 10 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = false # laptop touchpad, 4 fingers
|
||||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
}
|
||||
}
|
||||
# enable_gesture = false # laptop touchpad, 4 fingers
|
||||
# gesture_distance = 300 # how far is the "max"
|
||||
# gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
# }
|
||||
# }
|
||||
|
||||
|
||||
plugin {
|
||||
|
||||
Reference in New Issue
Block a user