From 0010b1cee74ff3123aa2fe2084d054c94a8ff76e Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:36:30 +0530 Subject: [PATCH] userconfigs: Add keybind for toggling nightmode using wlsunset --- config/hypr/UserConfigs/UserKeybinds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 41b6145..f4d16b5 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -17,6 +17,7 @@ bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,r bind = $mainMod, Return, exec, $term # Launch terminal bind = $mainMod, T, exec, $files +bind = $mainMod, F9, exec, pkill wlsunset || wlsunset -T 4500 # for toggling night mode # User Added Keybinds bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme