nix updates
This commit is contained in:
parent
0fe8bcaeda
commit
9c7a86544b
2 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@ general {
|
|||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 6
|
||||
rounding = 8
|
||||
blur = yes
|
||||
blur_size = 4
|
||||
blur_passes = 2
|
||||
|
@ -112,9 +112,9 @@ $mainMod = SUPER
|
|||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, alacritty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod, E, exec, dolphin
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, rofi -modi drun -show drun
|
||||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
@ -157,7 +157,7 @@ bindm = $mainMod, mouse:272, movewindow
|
|||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=/nix/store/gjbi20m2wz9xhm18ifmcdl45cpgd7hpz-polkit-gnome-0.105/libexec/polkit-gnome-authentication-agent-1
|
||||
exec-once=gsettings set $gnome-schema cursor-theme 'Catppuccin Pink'
|
||||
exec-once=gsettings set $gnome-schema icon-theme 'Papirus-Dark'
|
||||
exec-once=gsettings set $gnome-schema font-name 'JetBrains Mono'
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
"interval": 3600, // every hour
|
||||
"exec": "checkupdates | wc -l", // # of updates
|
||||
"exec-if": "exit 0", // always run; consider advanced run conditions
|
||||
"on-click": "alacritty -e sudo pacman -Syu", // update system
|
||||
"on-click": "", // update system
|
||||
"signal": 8,
|
||||
|
||||
},
|
||||
|
|
Reference in a new issue