diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 00441b0..323c395 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -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' diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 058d595..8e28d8a 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -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, },