added more wallpapers, added wallpaper switcher, added bar presets and an easy switcher.
This commit is contained in:
+7
-1
@@ -40,7 +40,13 @@ bind=SUPER,S,spawn_shell,dms ipc call settings toggle # toggle settings
|
||||
###! SDG-OS custom scripts
|
||||
bind=SUPER,M,spawn_shell,ghostty -e ~/.config/sdgos/mango-config.sh # show mango config editor
|
||||
bind=SUPER+ALT,M,spawn_shell,ghostty -e ~/.config/sdgos/config-overview/menu.sh # mango config explainer menu
|
||||
bind=SUPER,W,spawn_shell,ghostty -e ~/.config/sdgos/tuis/layout-switch.sh # switch between layouts on the current workspace
|
||||
bind=SUPER+SHIFT,W,spawn_shell,ghostty --title="Floating-Menu" -e ~/.config/sdgos/tuis/layout-switch.sh # switch between layouts on the current workspace
|
||||
bind=SUPER+SHIFT,D,spawn_shell,ghostty --title="Floating-Menu" -e ~/.config/sdgos/tuis/bar-presets.sh # switch bar presets
|
||||
|
||||
###! wallpapers
|
||||
bind=ALT,W,spawn_shell,dms ipc call wallpaper next # next wallpaper
|
||||
bind=ALT+shift,W,spawn_shell,dms ipc call wallpaper prev # previous wallpaper
|
||||
bind=SUPER,W,spawn_shell,ghostty --title="Floating-Menu" -e ~/.config/sdgos/wallpapers/setwallpapergroup.sh # show wallpaper groups menu
|
||||
|
||||
####! dotfile git sync script
|
||||
#bind=SUPER+CTRL,TAB,spawn_shell, ghostty -e dotfile-git-sync ~/mydotfilerepo # set the location before uncommenting
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ! Auto-generated file. Do not edit directly.
|
||||
# Remove source = ./dms/colors.conf from your config to override.
|
||||
|
||||
bordercolor = 0x8c9199ff
|
||||
focuscolor = 0x9ecafcff
|
||||
bordercolor = 0x8d9198ff
|
||||
focuscolor = 0xa9c9f0ff
|
||||
urgentcolor = 0xffb4abff
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
windowrule=title:Floating-Menu,isfloating:1,height:0.4,width:0.4
|
||||
Reference in New Issue
Block a user