updated some configs to remove dependency on cachyOS and fix install.

added install options for unipkg and git-sync.
This commit is contained in:
2026-05-29 22:30:02 +02:00
parent 73e4da4759
commit 94978f2c46
5 changed files with 136 additions and 19 deletions
+9 -3
View File
@@ -38,10 +38,11 @@ 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,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/pkg-install.sh # install packages
bind=SUPER,Y,spawn_shell,shelly-ui
bind=SUPER+SHIFT,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/aur-install.sh # install AUR packages
bind=SUPER+ALT,Y,spawn_shell,ghostty -e unipkg launch-tui # launch unipkg tui
bind=SUPER+ctrl,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/pkg-install.sh # install packages via TUI
bind=SUPER,W,spawn_shell,ghostty -e ~/.config/sdgos/tuis/layout-switch.sh # switch between layouts on the current workspace
bind=SUPER+ALT,Y,spawn_shell,ghostty -e unipkg launch-tui
##! program launchers
bind=SUPER,RETURN,spawn_shell,ghostty
@@ -125,11 +126,16 @@ bind=SUPER+alt,7,toggleview,7 # toggle on workspace 7
bind=SUPER+alt,8,toggleview,8 # toggle on workspace 8
bind=SUPER+alt,9,toggleview,9 # toggle on workspace 9
# move between monitors with mainmod + ctrl + 1-9
bind=SUPER+ctrl,1,tagmon,name:^DP-1$ # move to monitor DP-1
bind=SUPER+ctrl,2,tagmon,name:^HDMI-A-1$ # move to monitor HDMI-A-1
bind=SUPER+ctrl,3,tagmon,name:^DP-2$ # move to monitor DP-2
# Mouse Button Bindings
# btn_left and btn_right can't bind none mod key
mousebind=SUPER,btn_left,moveresize,curmove
mousebind=NONE,btn_middle,togglemaximizescreen,0
mousebind=SUPER,btn_middle,togglemaximizescreen,0
mousebind=SUPER,btn_right,moveresize,curresize