Browse Source

Change Keybind for drop down terminal

Disabled Launch rofi using Super key
Keyhints Updated
pull/232/head
JaKooLit 2 years ago
parent
commit
2ec9b62dc3
  1. 6
      config/hypr/UserConfigs/Startup_Apps.conf
  2. 4
      config/hypr/UserConfigs/UserKeybinds.conf
  3. 2
      config/hypr/scripts/KeyHints.sh

6
config/hypr/UserConfigs/Startup_Apps.conf

@ -32,13 +32,13 @@ exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store exec-once = wl-paste --type image --watch cliphist store
# Rainbow borders # Rainbow borders
exec-once = $UserScripts/RainbowBorders.sh exec-once = $UserScripts/RainbowBorders.sh &
# Starting hypridle to start hyprlock # Starting hypridle to start hyprlock
exec-once = hypridle exec-once = hypridle &
# Start pyprland daemon # Start pyprland daemon
exec-once = pypr exec-once = pypr &
# Here are list of features available but disabled by default # Here are list of features available but disabled by default
# exec-once = swww query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper # exec-once = swww query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper

4
config/hypr/UserConfigs/UserKeybinds.conf

@ -12,14 +12,14 @@ $scriptsDir = $HOME/.config/hypr/scripts
$UserScripts = $HOME/.config/hypr/UserScripts $UserScripts = $HOME/.config/hypr/UserScripts
# rofi App launcher # rofi App launcher
bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window #bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window
bind = $mainMod, Return, exec, $term # Launch terminal bind = $mainMod, Return, exec, $term # Launch terminal
bind = $mainMod, T, exec, $files bind = $mainMod, T, exec, $files
# pyprland # pyprland
bind = $mainMod, A, exec, pypr toggle term # Dropdown terminal bind = $mainMod SHIFT, Return, exec, pypr toggle term # Dropdown terminal
bind = $mainMod, Z, exec, pypr zoom # Toggle Zoom bind = $mainMod, Z, exec, pypr zoom # Toggle Zoom
# User Added Keybinds # User Added Keybinds

2
config/hypr/scripts/KeyHints.sh

@ -39,11 +39,13 @@ yad --width=$dynamic_width --height=$dynamic_height \
--timeout-indicator=bottom \ --timeout-indicator=bottom \
"ESC" "close this app" "" "=" "SUPER KEY (Windows Key)" "(SUPER KEY)" \ "ESC" "close this app" "" "=" "SUPER KEY (Windows Key)" "(SUPER KEY)" \
" enter" "Terminal" "(kitty)" \ " enter" "Terminal" "(kitty)" \
" SHIFT enter" "DropDown Terminal" "(kitty-pyprland)" \
" or D" "App Launcher" "(rofi)" \ " or D" "App Launcher" "(rofi)" \
" T" "Open File Manager" "(Thunar)" \ " T" "Open File Manager" "(Thunar)" \
" S" "Google Search" "(rofi)" \ " S" "Google Search" "(rofi)" \
" Q" "close active window" "(not kill)" \ " Q" "close active window" "(not kill)" \
" Shift Q " "closes a specified window" "(window)" \ " Shift Q " "closes a specified window" "(window)" \
" Z" "Desktop Zoom" "(pyprland)" \
" Alt V" "Clipboard Manager" "(cliphist)" \ " Alt V" "Clipboard Manager" "(cliphist)" \
" W" "Choose wallpaper" "(Wallpaper Menu)" \ " W" "Choose wallpaper" "(Wallpaper Menu)" \
"CTRL ALT W" "Random wallpaper" "(via swww)" \ "CTRL ALT W" "Random wallpaper" "(via swww)" \

Loading…
Cancel
Save