Browse Source

Merge pull request #238 from SherLock707/experimental-ags

Close Rofi if running when ags overview is launched
pull/241/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
9037bd8c20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/configs/Keybinds.conf

2
config/hypr/configs/Keybinds.conf

@ -30,7 +30,7 @@ bind = $mainMod ALT, L, exec, $scriptsDir/ChangeLayout.sh # Toggle Master or Dwi
bind = $mainMod ALT, V, exec, $scriptsDir/ClipManager.sh # Clipboard Manager bind = $mainMod ALT, V, exec, $scriptsDir/ClipManager.sh # Clipboard Manager
bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC panel bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC panel
bind = SHIFT, ALT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Switch Keyboard Layout bind = SHIFT, ALT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Switch Keyboard Layout
bind = $mainMod, A, exec, ags -t 'overview' bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview'
# FEATURES / EXTRAS (UserScripts) # FEATURES / EXTRAS (UserScripts)
bind = $mainMod, E, exec, $UserScripts/QuickEdit.sh # Quick Edit Hyprland Settings bind = $mainMod, E, exec, $UserScripts/QuickEdit.sh # Quick Edit Hyprland Settings

Loading…
Cancel
Save