🔧 chore: add default wallpaper + default config, remove drun apps support
fixes a lot of issues related to color generation, since now there's a default wallpaper
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
|
||||
# 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 they're just process communication tools
|
||||
# some commands don't need $exec (uwsm) if 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
|
||||
bind = , Print, exec, $exec $scripts/screenshot.sh
|
||||
bind = $mainMod, Print, exec, $exec $scripts/screenshot.sh full
|
||||
|
||||
# restarts colorshell
|
||||
bind = $mainMod, F7, exec, colorshell reload || $exec colorshell
|
||||
@@ -21,7 +19,7 @@ bind = $mainMod, J, togglesplit
|
||||
bind = $mainMod, N, exec, colorshell toggle control-center
|
||||
bind = $mainMod, M, exec, colorshell toggle center-window
|
||||
bind = $mainMod, L, exec, $exec hyprlock
|
||||
bind = $mainMod, V, exec, colorshell runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh
|
||||
bind = $mainMod, V, exec, colorshell runner '>'
|
||||
bind = $mainMod, W, exec, colorshell runner '\##'
|
||||
|
||||
# bind = $mainMod, $mainMod_L, exec, colorshell toggle apps-window
|
||||
|
||||
Reference in New Issue
Block a user