🔧 chore(hypr/bindings, hypr/decorations): open shell if not running with F7, smaller blur size
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
|
||||
# color-shell specific configuration, please don't modify unless you know what you're doing!
|
||||
|
||||
# `astal` and some `.*ctl` commands don't need $exec (uwsm), since it's just some process communication
|
||||
# `astal` and some `*ctl` commands don't need $exec (uwsm), since they're just process communication tools
|
||||
|
||||
bind = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, F11, fullscreen
|
||||
|
||||
|
||||
bind = , Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh
|
||||
bind = $mainMod, Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full
|
||||
|
||||
# restarts colorshell
|
||||
bind = $mainMod, F7, exec, astal reload
|
||||
bind = $mainMod, F7, exec, astal reload || $exec ags run
|
||||
|
||||
bind = $mainMod, K, exec, $exec $terminal
|
||||
bind = $mainMod, Q, killactive
|
||||
@@ -23,7 +22,7 @@ bind = $mainMod, N, exec, astal toggle control-center
|
||||
bind = $mainMod, M, exec, astal toggle center-window
|
||||
bind = $mainMod, L, exec, $exec hyprlock
|
||||
bind = $mainMod, V, exec, astal runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh
|
||||
bind = $mainMod, W, exec, astal runner '##'
|
||||
bind = $mainMod, W, exec, astal runner '\##'
|
||||
|
||||
# bind = $mainMod, $mainMod_L, exec, astal toggle apps-window
|
||||
bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num
|
||||
|
||||
Reference in New Issue
Block a user