From 7a0073de88e92c925116c114e476c04183fc3115 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Tue, 10 Feb 2026 08:13:51 +0100 Subject: feat: added disappearing waybar --- hypr/hyprland.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3120920..1c4354f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,11 +2,12 @@ ### ENVIRONMENT VARIABLES ### ############################# + # See https://wiki.hypr.land/Configuring/Environment-variables/ #These are some of the environment variables suggested by the Hyprland wiki. env = HYPRCURSOR_SIZE,24 -#env = HYPRCURSOR_THEME,rose-pine-cursor +env = HYPRCURSOR_THEME,notawita-gray # Enables hyrpland traces for debugging. env = HYPRLAND_TRACE,1 @@ -71,6 +72,9 @@ $menu = rofi -show drun # Or execute your favorite apps at launch like this: exec-once = dunst +exec-once = hyprpm reload +# To toggle on and off waybar +exec-once = ~/.config/hypr/scripts/waybar_peek.py & # Forces applications to require a password prompt to elevate priviliges. exec-once = systemctl --user start hyprpolkitagent @@ -331,6 +335,8 @@ bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous +bind = , xf86poweroff , exec, hyprlock + ############################## ### WINDOWS AND WORKSPACES ### ############################## @@ -346,3 +352,5 @@ bindl = , XF86AudioPrev, exec, playerctl previous # Fix some dragging issues with XWayland # windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 + +source = ~/.config/hypr/dynamic-cursor.conf -- cgit v1.2.3