mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-08 03:53:43 +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
|
bind = $mainMod, B, exec, $bluetooth-manager
|
||||||
|
|
||||||
# EWw
|
# EWw
|
||||||
bind = $mainMod, Z, exec, $toggle_panel
|
bind = $mainMod, Z, exec, $eww_toggle_panel
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bind = $mainMod, PRINT, exec, $screenshot -m window
|
bind = $mainMod, PRINT, exec, $screenshot -m window
|
||||||
|
|
|
@ -21,7 +21,7 @@ env = QT_QPA_PLATFORM,wayland
|
||||||
$SCRIPT_PATH = ~/.config/hypr/scripts
|
$SCRIPT_PATH = ~/.config/hypr/scripts
|
||||||
$EWW_SCRIPT_PATH = ~/.config/eww/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
|
$mainMod = SUPER
|
||||||
$terminal = alacritty -o "window.opacity=0"
|
$terminal = alacritty -o "window.opacity=0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue