theme switcher gui

This commit is contained in:
2024-12-26 12:09:38 +01:00
parent b8eb109cdd
commit 675ea05701
7 changed files with 20 additions and 12 deletions

View File

@@ -11,6 +11,8 @@ bind = $mainMod, B, exec, $browser
bind = $mainMod, A, exec, pidof $appMenu || $appMenu $appMenuOptions
bind = $mainMod, W, exec, pidof $appMenu || $appMenu $windowMenuOptions
bind = $mainMod CTRL, T, exec, $themeSwitcher
bind = $mainMod, BackSpace, exec, pidof $logoutMenu || $logoutMenu $logoutMenuOptions
bind=$mainMod CTRL,C,exec,pidof $clipboardManager || $clipboardManager $clipboardManagerOptions
@@ -67,10 +69,10 @@ bind = $mainMod CTRL, underscore, movetoworkspacesilent, 8
bind = $mainMod CTRL, ccedilla, movetoworkspacesilent, 9
bind = $mainMod CTRL, S, movetoworkspacesilent, special
bind = , Print, exec, eval hyprshot -m output -m $($HOME/.config/hypr/getActiveMonitor.sh) --clipboard-only
bind = , Print, exec, eval hyprshot -m output -m $($HOME/.config/scripts/getActiveMonitor.sh) --clipboard-only
bind = SHIFT, Print, exec, hyprshot --mode=window --clipboard-only
bind = CTRL, Print, exec, hyprshot --mode=region --clipboard-only
bind = $mainMod, Print, exec, eval hyprshot -m output -m $($HOME/.config/hypr/getActiveMonitor.sh)
bind = $mainMod, Print, exec, eval hyprshot -m output -m $($HOME/.config/scripts/getActiveMonitor.sh)
bind = $mainMod SHIFT, Print, exec, hyprshot --mode=window
bind = $mainMod CTRL, Print, exec, hyprshot --mode=region