mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 16:43:42 +02:00
chore: hyprland eww keybinds
This commit is contained in:
parent
ae6ea0b772
commit
d035a601c6
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ bind = $mainMod, J, exec, $pkg_manager
|
|||
bind = $mainMod, B, exec, $bluetooth-manager
|
||||
|
||||
# EWw
|
||||
bind = $mainMod, Z, exec, $toggle_panel
|
||||
bind = $mainMod, Z, exec, $eww_toggle_panel
|
||||
|
||||
# Screenshot
|
||||
bind = $mainMod, PRINT, exec, $screenshot -m window
|
||||
|
|
|
@ -21,7 +21,7 @@ env = QT_QPA_PLATFORM,wayland
|
|||
$SCRIPT_PATH = ~/.config/hypr/scripts
|
||||
$EWW_SCRIPT_PATH = ~/.config/eww/scripts
|
||||
|
||||
$toggle_panel = $EWW_SCRIPT_PATH/eww/toggle-panel
|
||||
$eww_toggle_panel = $EWW_SCRIPT_PATH/eww/toggle-panel.sh
|
||||
|
||||
$mainMod = SUPER
|
||||
$terminal = alacritty -o "window.opacity=0"
|
||||
|
|
Loading…
Add table
Reference in a new issue