Browse Source

userconfigs: Add keybind for toggling nightmode using wlsunset

pull/195/head
John Titor 2 years ago committed by Masum Reza
parent
commit
0010b1cee7
  1. 1
      config/hypr/UserConfigs/UserKeybinds.conf

1
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, Return, exec, $term # Launch terminal
bind = $mainMod, T, exec, $files bind = $mainMod, T, exec, $files
bind = $mainMod, F9, exec, pkill wlsunset || wlsunset -T 4500 # for toggling night mode
# User Added Keybinds # User Added Keybinds
bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme

Loading…
Cancel
Save