aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-11-15 01:27:07 +0900
committerJaKooLit <jimmielovejay.com>2023-11-15 01:27:07 +0900
commitbe376e04a0fe51f1e2f3a0949083ae8565de6910 (patch)
tree968e8aece6972ae834fc1c7ece29d5d591129ba4 /config
parent8b3f51561d688493097ba8e41bbec5813e7f744f (diff)
added SUPER only to launch rofi
Diffstat (limited to 'config')
-rw-r--r--config/hypr/HelpFile.md1
-rw-r--r--config/hypr/configs/Keybinds.conf1
-rwxr-xr-xconfig/hypr/scripts/KeyHints.sh2
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)" \
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage