Compare commits
No commits in common. "f96fea9460c2dd446709152d1213897c5a162568" and "5bb9316125417b643f380ba25f7e40160a7ce241" have entirely different histories.
f96fea9460
...
5bb9316125
2 changed files with 3 additions and 11 deletions
|
@ -19,7 +19,7 @@ _: {
|
||||||
gaps_in = 10
|
gaps_in = 10
|
||||||
gaps_out = 20
|
gaps_out = 20
|
||||||
border_size = 4
|
border_size = 4
|
||||||
col.active_border = rgb(f7768e) rgb(2ac3de)
|
col.active_border = rgb(f5c2e7)
|
||||||
col.inactive_border = rgb(6c7086)
|
col.inactive_border = rgb(6c7086)
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
@ -48,17 +48,12 @@ _: {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
bezier = fastBezier, 0.05, 1.1, 0.2, 1.0
|
bezier = fastBezier, 0.05, 1.1, 0.2, 1.0
|
||||||
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
|
||||||
bezier = liner, 1, 1, 1, 1
|
|
||||||
|
|
||||||
animation = windows, 1, 7, fastBezier, slide
|
animation = windows, 1, 7, fastBezier, slide
|
||||||
animation = windowsOut, 1, 7, fastBezier, slide
|
animation = windowsOut, 1, 7, fastBezier, slide
|
||||||
animation = border, 1, 10, fastBezier
|
animation = border, 1, 10, fastBezier
|
||||||
animation = fade, 1, 7, fastBezier
|
animation = fade, 1, 7, fastBezier
|
||||||
animation = workspaces, 1, 6, fastBezier
|
animation = workspaces, 1, 6, fastBezier
|
||||||
animation = border, 1, 1, liner
|
|
||||||
animation = borderangle, 1, 40, liner, loop
|
|
||||||
animation = borderangle, 1, 100, linear, loop
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
@ -78,10 +73,6 @@ _: {
|
||||||
sensitivity = -0.5
|
sensitivity = -0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
|
||||||
disable_hyprland_logo = true
|
|
||||||
}
|
|
||||||
|
|
||||||
exec-once = swww init
|
exec-once = swww init
|
||||||
|
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
@ -108,7 +99,7 @@ _: {
|
||||||
bind = $mainMod, Return, exec, wezterm
|
bind = $mainMod, Return, exec, wezterm
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, R, exec, anyrun
|
bind = $mainMod, R, exec, rofi -modi run -show drun
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
|
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
|
||||||
|
|
|
@ -115,5 +115,6 @@
|
||||||
pinentry-gtk2
|
pinentry-gtk2
|
||||||
jdk17
|
jdk17
|
||||||
comma
|
comma
|
||||||
|
inputs.matugen.packages.${system}.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue