Browse Source

Keybinds change

pull/24/head
Ja.KooLit 2 years ago
parent
commit
95f028540f
  1. 4
      CHANGELOG.md
  2. 8
      config/hypr/configs/Keybinds.conf
  3. 8
      config/hypr/scripts/KeyHints.sh

4
CHANGELOG.md

@ -7,6 +7,10 @@ chmod +x release.sh
./release.sh ./release.sh
``` ```
- changes on keybinds. Sorry but as usual, you can always change to your liking. - keybinds are also updated in the KeyBinds help (SUPER H)
<p align="center">
<img align="center" width="49%" src="https://raw.githubusercontent.com/JaKooLit/screenshots/main/Changelogs-Screenshots/16-11-2023-KeyBinds.png" />
### 15-Nov-2023 ### 15-Nov-2023
- edited pywal.css waybar style. - edited pywal.css waybar style.
- waybar configs and styles renamed. - waybar configs and styles renamed.

8
config/hypr/configs/Keybinds.conf

@ -31,16 +31,16 @@ bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh
bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh
bind = $mainMod CTRL, S, exec, $scriptsDir/RofiBeats.sh bind = $mainMod CTRL, S, exec, $scriptsDir/RofiBeats.sh
bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh
bind = $mainMod, W, exec, $scriptsDir/Wallpaper.sh swww
bind = $mainMod SHIFT, W, exec, $scriptsDir/WaybarStyles.sh
bind = $mainMod CTRL, W, exec, $scriptsDir/WallpaperSelect.sh
bind = $mainMod ALT, W, exec, $scriptsDir/WaybarLayout.sh
bind = $mainMod SHIFT, H, exec, $scriptsDir/Help.sh bind = $mainMod SHIFT, H, exec, $scriptsDir/Help.sh
bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh
bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh
bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar
bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh
bind = CTRL SHIFT, W, exec, $scriptsDir/Refresh.sh bind = CTRL SHIFT, W, exec, $scriptsDir/Refresh.sh
bind = CTRL ALT, W, exec, $scriptsDir/Wallpaper.sh swww
bind = CTRL, W, exec, $scriptsDir/WaybarStyles.sh
bind = $mainMod, W, exec, $scriptsDir/WallpaperSelect.sh
bind = ALT, W, exec, $scriptsDir/WaybarLayout.sh
bind = $mainMod CTRL, D, layoutmsg, removemaster bind = $mainMod CTRL, D, layoutmsg, removemaster
bind = $mainMod, Escape, exec, hyprctl kill bind = $mainMod, Escape, exec, hyprctl kill

8
config/hypr/scripts/KeyHints.sh

@ -16,10 +16,10 @@ yad --width=1000 --height=1000 \
" T" "Open File Manager" "(Thunar)" \ " T" "Open File Manager" "(Thunar)" \
" Q or Shift Q " "close focused app" "(kill)" \ " Q or Shift Q " "close focused app" "(kill)" \
" Alt V" "Clipboard Manager" "(cliphist)" \ " Alt V" "Clipboard Manager" "(cliphist)" \
" CTRL W" "Choose wallpaper" "(swww)" \ " W" "Choose wallpaper" "(swww)" \
" W" "Random wallpaper" "(swww)" \ "CTRL ALT W" "Random wallpaper" "(swww)" \
" ALT W" "Choose waybar layout" "(waybar layout)" \ "CTRL W" "Choose waybar styles" "(waybar styles)" \
" SHIFT W" "Choose waybar styles" "(waybar styles)" \ "ALT W" "Choose waybar layout" "(waybar layout)" \
"CTRL SHIFT W" "Reload Waybar and Dunst" "" \ "CTRL SHIFT W" "Reload Waybar and Dunst" "" \
" Print" "screenshot" "(grim)" \ " Print" "screenshot" "(grim)" \
" Shift Print" "screenshot region" "(grim + slurp)" \ " Shift Print" "screenshot region" "(grim + slurp)" \

Loading…
Cancel
Save