diff options
Diffstat (limited to 'hypr/hyprland.conf')
| -rw-r--r-- | hypr/hyprland.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5aa0174..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 @@ -52,7 +53,6 @@ autogenerated = 0 # remove this line to remove the warning # See https://wiki.hypr.land/Configuring/Monitors/ monitor=,preferred,auto,auto - ################### ### MY PROGRAMS ### ################### @@ -72,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 @@ -332,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 ### ############################## @@ -347,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 |
