diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 3 | ||||
| -rw-r--r-- | .config/waybar/config | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 54feaf1..11d62b6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -2,8 +2,9 @@ source=binds.conf # Settings monitor = eDP-1, 1920x1200@60, 0x0, 1 +env = XCURSOR_PATH=${XCURSOR_PATH}:/usr/share/icons env = XCURSOR_SIZE,24 -env = HYPRCURSOR_SIZE,24 +env = XCURSOR_THEME,whiteglass # Startup exec-once = startup diff --git a/.config/waybar/config b/.config/waybar/config index c0af5d2..dac0555 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -25,7 +25,6 @@ "format-disconnected": "Disconnected ", "tooltip-format": "{ifname}: {gwaddr}", "format": "{ifname}: {essid}", - "on-click": "alacritty -e nmtui", }, "hyprland/window": { "format": "{title}", |
