nix updates

This commit is contained in:
notohh 2022-12-06 21:33:37 -05:00
parent 0fe8bcaeda
commit 9c7a86544b
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ general {
decoration { decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 6 rounding = 8
blur = yes blur = yes
blur_size = 4 blur_size = 4
blur_passes = 2 blur_passes = 2
@ -112,9 +112,9 @@ $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, alacritty bind = $mainMod, Q, exec, alacritty
bind = $mainMod, C, killactive, bind = $mainMod, C, killactive,
bind = $mainMod, E, exec, thunar bind = $mainMod, E, exec, dolphin
bind = $mainMod, V, togglefloating, 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, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
@ -157,7 +157,7 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP 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 cursor-theme 'Catppuccin Pink'
exec-once=gsettings set $gnome-schema icon-theme 'Papirus-Dark' exec-once=gsettings set $gnome-schema icon-theme 'Papirus-Dark'
exec-once=gsettings set $gnome-schema font-name 'JetBrains Mono' exec-once=gsettings set $gnome-schema font-name 'JetBrains Mono'

View file

@ -161,7 +161,7 @@
"interval": 3600, // every hour "interval": 3600, // every hour
"exec": "checkupdates | wc -l", // # of updates "exec": "checkupdates | wc -l", // # of updates
"exec-if": "exit 0", // always run; consider advanced run conditions "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, "signal": 8,
}, },