⌨️ hyprland(bindings): reload eww instead of waybar after pressing F7, use mainMod to move through workspaces
This commit is contained in:
+4
-4
@@ -52,9 +52,9 @@ bind = $mainMod, V, exec, cliphist list | $dmenu | cliphist decode | xargs -r wl
|
||||
# Open wallpaper menu
|
||||
bind = $mainMod, W, exec, /usr/bin/env bash $HOME/.config/hypr/scripts/change-wallpaper.sh
|
||||
|
||||
# Reloading Components
|
||||
# Reloading stuff
|
||||
# Waybar
|
||||
bind = $mainMod, F7, exec, pkill waybar && waybar
|
||||
bind = $mainMod, F7, exec, eww reload
|
||||
# Hyprpaper (Wallpaper)
|
||||
bind = $mainMod, F8, exec, pkill hyprpaper && hyprpaper
|
||||
|
||||
@@ -101,8 +101,8 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
bind = CTRL ALT, right, workspace, e+1
|
||||
bind = CTRL ALT, left, workspace, e-1
|
||||
bind = CTRL $mainMod, right, workspace, e+1
|
||||
bind = CTRL $mainMod, left, workspace, e-1
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
|
||||
Reference in New Issue
Block a user