Commit for generation 220
This commit is contained in:
@@ -2,175 +2,177 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
exec-once = [
|
settings = {
|
||||||
"waybar &"
|
exec-once = [
|
||||||
"swaync &"
|
"waybar &"
|
||||||
"wl-paste --watch cliphist store &"
|
"swaync &"
|
||||||
"wl-clip-persist --clipboard both"
|
"wl-paste --watch cliphist store &"
|
||||||
"swaybg -m fill -i $(find ~/Pictures/Wallpapers/ -maxdepth 1 -type f) &"
|
"wl-clip-persist --clipboard both"
|
||||||
"systemctl --user import-environment &"
|
"swaybg -m fill -i $(find ~/Pictures/Wallpapers/ -maxdepth 1 -type f) &"
|
||||||
"hash dbus-update-activation-environment 2>/dev/null &"
|
"systemctl --user import-environment &"
|
||||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &"
|
"hash dbus-update-activation-environment 2>/dev/null &"
|
||||||
"aplay /home/pagedmov/sound/sys/login.wav &"
|
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &"
|
||||||
];
|
"aplay /home/pagedmov/sound/sys/login.wav &"
|
||||||
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
force_no_accel = 1;
|
force_no_accel = 1;
|
||||||
sensitivity = 0;
|
sensitivity = 0;
|
||||||
};
|
|
||||||
|
|
||||||
general = {
|
|
||||||
"$mainMod" = "SUPER";
|
|
||||||
layout = "dwindle";
|
|
||||||
gaps_in = 0;
|
|
||||||
gaps_out = 0;
|
|
||||||
border_size = 2;
|
|
||||||
"col.active_border" = "rgb(cba6f7) rgb(94e2d5) 45deg";
|
|
||||||
"col.inactive_border" = "0x00000000";
|
|
||||||
border_part_of_window = false;
|
|
||||||
no_border_on_floating = false;
|
|
||||||
};
|
|
||||||
misc = {
|
|
||||||
disable_autoreload = true;
|
|
||||||
disable_hyprland_logo = true;
|
|
||||||
always_follow_on_dnd = true;
|
|
||||||
layers_hog_keyboard_focus = true;
|
|
||||||
animate_manual_resizes = false;
|
|
||||||
enable_swallow = true;
|
|
||||||
focus_on_activate = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
dwindle = {
|
|
||||||
no_gaps_when_only = true;
|
|
||||||
force_split = 0;
|
|
||||||
special_scale_factor = 1.0;
|
|
||||||
split_width_multiplier = 1.0;
|
|
||||||
use_active_for_splits = true;
|
|
||||||
pseudotile = "yes";
|
|
||||||
preserve_split = "yes";
|
|
||||||
};
|
|
||||||
|
|
||||||
master = {
|
|
||||||
new_status = "master";
|
|
||||||
special_scale_factor = 1;
|
|
||||||
no_gaps_when_only = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
decoration = {
|
|
||||||
rounding = 0;
|
|
||||||
# active_opacity = 0.90;
|
|
||||||
# inactive_opacity = 0.90;
|
|
||||||
# fullscreen_opacity = 1.0;
|
|
||||||
|
|
||||||
blur = {
|
|
||||||
enabled = true;
|
|
||||||
size = 1;
|
|
||||||
passes = 1;
|
|
||||||
# size = 4;
|
|
||||||
# passes = 2;
|
|
||||||
brightness = 1;
|
|
||||||
contrast = 1.400;
|
|
||||||
ignore_opacity = true;
|
|
||||||
noise = 0;
|
|
||||||
new_optimizations = true;
|
|
||||||
xray = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
drop_shadow = true;
|
general = {
|
||||||
|
"$mainMod" = "SUPER";
|
||||||
|
layout = "dwindle";
|
||||||
|
gaps_in = 0;
|
||||||
|
gaps_out = 0;
|
||||||
|
border_size = 2;
|
||||||
|
"col.active_border" = "rgb(cba6f7) rgb(94e2d5) 45deg";
|
||||||
|
"col.inactive_border" = "0x00000000";
|
||||||
|
border_part_of_window = false;
|
||||||
|
no_border_on_floating = false;
|
||||||
|
};
|
||||||
|
misc = {
|
||||||
|
disable_autoreload = true;
|
||||||
|
disable_hyprland_logo = true;
|
||||||
|
always_follow_on_dnd = true;
|
||||||
|
layers_hog_keyboard_focus = true;
|
||||||
|
animate_manual_resizes = false;
|
||||||
|
enable_swallow = true;
|
||||||
|
focus_on_activate = true;
|
||||||
|
};
|
||||||
|
|
||||||
shadow_ignore_window = true;
|
dwindle = {
|
||||||
shadow_offset = "0 2";
|
no_gaps_when_only = true;
|
||||||
shadow_range = 20;
|
force_split = 0;
|
||||||
shadow_render_power = 3;
|
special_scale_factor = 1.0;
|
||||||
"col.shadow" = "rgba(00000055)";
|
split_width_multiplier = 1.0;
|
||||||
};
|
use_active_for_splits = true;
|
||||||
|
pseudotile = "yes";
|
||||||
|
preserve_split = "yes";
|
||||||
|
};
|
||||||
|
|
||||||
animations = {
|
master = {
|
||||||
enabled = true;
|
new_status = "master";
|
||||||
|
special_scale_factor = 1;
|
||||||
|
no_gaps_when_only = false;
|
||||||
|
};
|
||||||
|
|
||||||
bezier = [
|
decoration = {
|
||||||
"fluent_decel, 0, 0.2, 0.4, 1"
|
rounding = 0;
|
||||||
"easeOutCirc, 0, 0.55, 0.45, 1"
|
# active_opacity = 0.90;
|
||||||
"easeOutCubic, 0.33, 1, 0.68, 1"
|
# inactive_opacity = 0.90;
|
||||||
"easeinoutsine, 0.37, 0, 0.63, 1"
|
# fullscreen_opacity = 1.0;
|
||||||
];
|
|
||||||
|
|
||||||
animation = [
|
blur = {
|
||||||
# Windows
|
enabled = true;
|
||||||
"windowsIn, 1, 3, easeOutCubic, popin 30%" # window open
|
size = 1;
|
||||||
"windowsOut, 1, 3, fluent_decel, popin 70%" # window close.
|
passes = 1;
|
||||||
"windowsMove, 1, 2, easeinoutsine, slide" # everything in between, moving, dragging, resizing.
|
# size = 4;
|
||||||
|
# passes = 2;
|
||||||
|
brightness = 1;
|
||||||
|
contrast = 1.400;
|
||||||
|
ignore_opacity = true;
|
||||||
|
noise = 0;
|
||||||
|
new_optimizations = true;
|
||||||
|
xray = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Fade
|
drop_shadow = true;
|
||||||
"fadeIn, 1, 3, easeOutCubic" # fade in (open) -> layers and windows
|
|
||||||
"fadeOut, 1, 2, easeOutCubic" # fade out (close) -> layers and windows
|
|
||||||
"fadeSwitch, 0, 1, easeOutCirc" # fade on changing activewindow and its opacity
|
|
||||||
"fadeShadow, 1, 10, easeOutCirc" # fade on changing activewindow for shadows
|
|
||||||
"fadeDim, 1, 4, fluent_decel" # the easing of the dimming of inactive windows
|
|
||||||
"border, 1, 2.7, easeOutCirc" # for animating the border's color switch speed
|
|
||||||
"borderangle, 1, 30, fluent_decel, once" # for animating the border's gradient angle - styles: once (default), loop
|
|
||||||
"workspaces, 1, 4, easeOutCubic, fade" # styles: slide, slidevert, fade, slidefade, slidefadevert
|
|
||||||
];
|
|
||||||
|
|
||||||
bind = [
|
shadow_ignore_window = true;
|
||||||
"$mainmod, up, exec, pactl set-sink-volume @default_sink@ +10%"
|
shadow_offset = "0 2";
|
||||||
"$mainmod, down, exec, pactl set-sink-volume @default_sink@ -10%"
|
shadow_range = 20;
|
||||||
"$mainmod, print, exec, grimblast copy area"
|
shadow_render_power = 3;
|
||||||
"$mainmod, a, exec, $browser"
|
"col.shadow" = "rgba(00000055)";
|
||||||
"$mainmod, q, exec, $terminal --title Kitty"
|
};
|
||||||
"$mainmod, d, exec, /home/pagedmov/coding/scripts/switchmon.sh"
|
|
||||||
"$mainmod, c, killactive,"
|
animations = {
|
||||||
"$mainmod shift, q, exit,"
|
enabled = true;
|
||||||
"$mainmod, m, exec, $menu"
|
|
||||||
"$mainmod, e, exec, $filemanager"
|
bezier = [
|
||||||
"$mainmod, r, exec, neovide"
|
"fluent_decel, 0, 0.2, 0.4, 1"
|
||||||
"$mainmod, p, pseudo, # dwindle"
|
"easeOutCirc, 0, 0.55, 0.45, 1"
|
||||||
"$mainmod, b, togglesplit, # dwindle"
|
"easeOutCubic, 0.33, 1, 0.68, 1"
|
||||||
"$mainmod, f, togglefloating"
|
"easeinoutsine, 0.37, 0, 0.63, 1"
|
||||||
"$mainmod, g, fullscreen"
|
];
|
||||||
"$mainmod, home, exec, /home/pagedmov/scripts/home.sh"
|
|
||||||
"$mainmod, h, movefocus, l"
|
animation = [
|
||||||
"$mainmod, l, movefocus, r"
|
# Windows
|
||||||
"$mainmod, k, movefocus, u"
|
"windowsIn, 1, 3, easeOutCubic, popin 30%" # window open
|
||||||
"$mainmod, j, movefocus, d"
|
"windowsOut, 1, 3, fluent_decel, popin 70%" # window close.
|
||||||
"$mainmod, 1, exec, hyprctl 'dispatch workspace 1'"
|
"windowsMove, 1, 2, easeinoutsine, slide" # everything in between, moving, dragging, resizing.
|
||||||
"$mainmod, 2, exec, hyprctl 'dispatch workspace 2'"
|
|
||||||
"$mainmod, 3, exec, hyprctl 'dispatch workspace 3'"
|
# Fade
|
||||||
"$mainmod, 4, exec, hyprctl 'dispatch workspace 4'"
|
"fadeIn, 1, 3, easeOutCubic" # fade in (open) -> layers and windows
|
||||||
"$mainmod, 5, exec, hyprctl 'dispatch workspace 5'"
|
"fadeOut, 1, 2, easeOutCubic" # fade out (close) -> layers and windows
|
||||||
"$mainmod, 6, exec, hyprctl 'dispatch workspace 6'"
|
"fadeSwitch, 0, 1, easeOutCirc" # fade on changing activewindow and its opacity
|
||||||
"$mainmod, 7, exec, hyprctl 'dispatch workspace 7'"
|
"fadeShadow, 1, 10, easeOutCirc" # fade on changing activewindow for shadows
|
||||||
"$mainmod, 8, exec, hyprctl 'dispatch workspace 8'"
|
"fadeDim, 1, 4, fluent_decel" # the easing of the dimming of inactive windows
|
||||||
"$mainmod, 9, exec, hyprctl 'dispatch workspace 9'"
|
"border, 1, 2.7, easeOutCirc" # for animating the border's color switch speed
|
||||||
"$mainmod, 0, exec, hyprctl 'dispatch workspace 10'"
|
"borderangle, 1, 30, fluent_decel, once" # for animating the border's gradient angle - styles: once (default), loop
|
||||||
"$mainmod alt, g, togglegroup"
|
"workspaces, 1, 4, easeOutCubic, fade" # styles: slide, slidevert, fade, slidefade, slidefadevert
|
||||||
"$mainmod alt, h, changegroupactive, b"
|
];
|
||||||
"$mainmod alt, l, changegroupactive, f"
|
|
||||||
"$mainmod shift, h, movewindoworgroup, l"
|
bind = [
|
||||||
"$mainmod shift, l, movewindoworgroup, r"
|
"$mainmod, up, exec, pactl set-sink-volume @default_sink@ +10%"
|
||||||
"$mainmod shift, k, movewindoworgroup, u"
|
"$mainmod, down, exec, pactl set-sink-volume @default_sink@ -10%"
|
||||||
"$mainmod shift, j, movewindoworgroup, d"
|
"$mainmod, print, exec, grimblast copy area"
|
||||||
"$mainmod shift, 1, movetoworkspace, 1"
|
"$mainmod, a, exec, $browser"
|
||||||
"$mainmod shift, 2, movetoworkspace, 2"
|
"$mainmod, q, exec, $terminal --title Kitty"
|
||||||
"$mainmod shift, 3, movetoworkspace, 3"
|
"$mainmod, d, exec, /home/pagedmov/coding/scripts/switchmon.sh"
|
||||||
"$mainmod shift, 4, movetoworkspace, 4"
|
"$mainmod, c, killactive,"
|
||||||
"$mainmod shift, 5, movetoworkspace, 5"
|
"$mainmod shift, q, exit,"
|
||||||
"$mainmod shift, 6, movetoworkspace, 6"
|
"$mainmod, m, exec, $menu"
|
||||||
"$mainmod shift, 7, movetoworkspace, 7"
|
"$mainmod, e, exec, $filemanager"
|
||||||
"$mainmod shift, 8, movetoworkspace, 8"
|
"$mainmod, r, exec, neovide"
|
||||||
"$mainmod shift, 9, movetoworkspace, 9"
|
"$mainmod, p, pseudo, # dwindle"
|
||||||
"$mainmod shift, 0, movetoworkspace, 10"
|
"$mainmod, b, togglesplit, # dwindle"
|
||||||
"$mainmod, s, togglespecialworkspace, magic"
|
"$mainmod, f, togglefloating"
|
||||||
"$mainmod shift, s, movetoworkspace, special:magic"
|
"$mainmod, g, fullscreen"
|
||||||
"alt, grave, togglespecialworkspace, console"
|
"$mainmod, home, exec, /home/pagedmov/scripts/home.sh"
|
||||||
"$mainmod, mouse_down, workspace, e+1"
|
"$mainmod, h, movefocus, l"
|
||||||
"$mainmod, mouse_up, workspace, e-1"
|
"$mainmod, l, movefocus, r"
|
||||||
"$mainmod, mouse:272, movewindow"
|
"$mainmod, k, movefocus, u"
|
||||||
"$mainmod, mouse:273, resizewindow"
|
"$mainmod, j, movefocus, d"
|
||||||
];
|
"$mainmod, 1, exec, hyprctl 'dispatch workspace 1'"
|
||||||
|
"$mainmod, 2, exec, hyprctl 'dispatch workspace 2'"
|
||||||
|
"$mainmod, 3, exec, hyprctl 'dispatch workspace 3'"
|
||||||
|
"$mainmod, 4, exec, hyprctl 'dispatch workspace 4'"
|
||||||
|
"$mainmod, 5, exec, hyprctl 'dispatch workspace 5'"
|
||||||
|
"$mainmod, 6, exec, hyprctl 'dispatch workspace 6'"
|
||||||
|
"$mainmod, 7, exec, hyprctl 'dispatch workspace 7'"
|
||||||
|
"$mainmod, 8, exec, hyprctl 'dispatch workspace 8'"
|
||||||
|
"$mainmod, 9, exec, hyprctl 'dispatch workspace 9'"
|
||||||
|
"$mainmod, 0, exec, hyprctl 'dispatch workspace 10'"
|
||||||
|
"$mainmod alt, g, togglegroup"
|
||||||
|
"$mainmod alt, h, changegroupactive, b"
|
||||||
|
"$mainmod alt, l, changegroupactive, f"
|
||||||
|
"$mainmod shift, h, movewindoworgroup, l"
|
||||||
|
"$mainmod shift, l, movewindoworgroup, r"
|
||||||
|
"$mainmod shift, k, movewindoworgroup, u"
|
||||||
|
"$mainmod shift, j, movewindoworgroup, d"
|
||||||
|
"$mainmod shift, 1, movetoworkspace, 1"
|
||||||
|
"$mainmod shift, 2, movetoworkspace, 2"
|
||||||
|
"$mainmod shift, 3, movetoworkspace, 3"
|
||||||
|
"$mainmod shift, 4, movetoworkspace, 4"
|
||||||
|
"$mainmod shift, 5, movetoworkspace, 5"
|
||||||
|
"$mainmod shift, 6, movetoworkspace, 6"
|
||||||
|
"$mainmod shift, 7, movetoworkspace, 7"
|
||||||
|
"$mainmod shift, 8, movetoworkspace, 8"
|
||||||
|
"$mainmod shift, 9, movetoworkspace, 9"
|
||||||
|
"$mainmod shift, 0, movetoworkspace, 10"
|
||||||
|
"$mainmod, s, togglespecialworkspace, magic"
|
||||||
|
"$mainmod shift, s, movetoworkspace, special:magic"
|
||||||
|
"alt, grave, togglespecialworkspace, console"
|
||||||
|
"$mainmod, mouse_down, workspace, e+1"
|
||||||
|
"$mainmod, mouse_up, workspace, e-1"
|
||||||
|
"$mainmod, mouse:272, movewindow"
|
||||||
|
"$mainmod, mouse:273, resizewindow"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user