neovim start
This commit is contained in:
@@ -58,10 +58,10 @@ 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
|
||||
# inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
||||
];
|
||||
|
||||
settings = {
|
||||
@@ -349,8 +349,8 @@ in
|
||||
## ROW 2:
|
||||
|
||||
#bind = SUPER, TAB, hycov:toggleoverview
|
||||
"SUPER, TAB, overview:toggle"
|
||||
# "SUPER SHIFT, TAB, hyprexpo:expo, toggle"
|
||||
# "SUPER, TAB, overview:toggle"
|
||||
"SUPER, TAB, hyprexpo:expo, toggle"
|
||||
"ALT, TAB, focuscurrentorlast"
|
||||
"SUPER, Q, killactive"
|
||||
"SUPER, W, exec, waybar_mode set ' '"
|
||||
@@ -759,18 +759,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