chore: hyprland eww keybinds

This commit is contained in:
hesam-init 2024-07-10 17:31:49 +03:30
parent ae6ea0b772
commit d035a601c6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"