Browse Source

added SUPER only to launch rofi

pull/22/head
JaKooLit 2 years ago
parent
commit
be376e04a0
  1. 1
      config/hypr/HelpFile.md
  2. 1
      config/hypr/configs/Keybinds.conf
  3. 2
      config/hypr/scripts/KeyHints.sh

1
config/hypr/HelpFile.md

@ -12,6 +12,7 @@
Super q *quit* (kill focused window)
Super Shift q *quit* (kill focused window)
Super d *show app menu* (`rofi`)
Super *show app menu* (`rofi`)
# Scripts (Power menu, waybar-layout menu, wallpaper menu, etc, have small box)
- All the scripts all located in ~/.config/hypr/scripts.

1
config/hypr/configs/Keybinds.conf

@ -17,6 +17,7 @@ $volume = $scriptsDir/Volume.sh
# see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod SHIFT, C, exec, hyprctl reload
bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser
#bind = CTRL, D, exec, pkill rofi || rofi -dmenu
bind = $mainMod SHIFT, Q, killactive,

2
config/hypr/scripts/KeyHints.sh

@ -12,7 +12,7 @@ yad --width=1000 --height=1000 \
--timeout-indicator=bottom \
"ESC" "close this app" "" "=" "SUPER KEY" "(SUPER KEY)" \
" enter" "Terminal" "(kitty)" \
" D" "App Launcher" "(rofi)" \
" or D" "App Launcher" "(rofi)" \
" T" "Open File Manager" "(Thunar)" \
" Q or Shift Q " "close focused app" "(kill)" \
" Alt V" "Clipboard Manager" "(cliphist)" \

Loading…
Cancel
Save