diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-15 01:27:07 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-15 01:27:07 +0900 |
| commit | be376e04a0fe51f1e2f3a0949083ae8565de6910 (patch) | |
| tree | 968e8aece6972ae834fc1c7ece29d5d591129ba4 /config | |
| parent | 8b3f51561d688493097ba8e41bbec5813e7f744f (diff) | |
added SUPER only to launch rofi
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/HelpFile.md | 1 | ||||
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 1 | ||||
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/HelpFile.md b/config/hypr/HelpFile.md index f585b6bc..2e1f6406 100644 --- a/config/hypr/HelpFile.md +++ b/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. diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index aca93f95..9d9f90f0 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/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, diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index ad32b146..99df62c5 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/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)" \ |
