diff options
Diffstat (limited to 'hypr/hyprland')
| -rw-r--r-- | hypr/hyprland/exec_once.conf | 1 | ||||
| -rw-r--r-- | hypr/hyprland/keybinds.conf | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hypr/hyprland/exec_once.conf b/hypr/hyprland/exec_once.conf index 2305bf7..9043c15 100644 --- a/hypr/hyprland/exec_once.conf +++ b/hypr/hyprland/exec_once.conf @@ -3,3 +3,4 @@ exec-once = ~/.config/hypr/battery-notif.sh # low battery notification exec-once = wl-paste --watch cliphist store # clipboard exec-once = mako # notification exec-once = waybar # top bar +exec-once = hyprsunset diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index dc70d7c..9c2e6af 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -77,3 +77,5 @@ bindl = ,XF86AudioPrev, exec, playerctl previous bindel = ,code:157, exec, $llm bind = $mainMod, equal, exec, ~/.config/hypr/hypr-zoom/exec.sh +bind = $mainMod, bracketleft, exec, ~/.config/hypr/hyprsunset/increase_sunset.sh +bind = $mainMod, bracketright, exec, ~/.config/hypr/hyprsunset/decrease_sunset.sh |
