added marker swapping system
This commit is contained in:
@@ -8,6 +8,8 @@ exec-once=dsearch serve --workers 1 --root ~ --exclude-hidden
|
||||
exec-once=systemctl --user start hyprpolkitagent
|
||||
## first-run UI
|
||||
exec-once=~/.config/sdgos/firstrun.sh
|
||||
## start nautilus in the background
|
||||
exec-once=nautilus --gapplication-service
|
||||
|
||||
## start DankMaterial Shell
|
||||
exec-once=dms run
|
||||
|
||||
@@ -141,6 +141,10 @@ 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
|
||||
|
||||
#swap all windows between two tag/workspaces
|
||||
bind=SUPER,J,spawn_shell,~/.config/sdgos/misc/marker.sh # mark current workspace
|
||||
bind=SUPER+SHIFT,J,spawn_shell,~/.config/sdgos/misc/swapmarked.sh # swap current workspace with marked workspace
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ! Auto-generated file. Do not edit directly.
|
||||
# Remove source = ./dms/colors.conf from your config to override.
|
||||
|
||||
bordercolor = 0xa08b92ff
|
||||
focuscolor = 0xffb0ceff
|
||||
bordercolor = 0x8b919bff
|
||||
focuscolor = 0x9bcaffff
|
||||
urgentcolor = 0xffb4abff
|
||||
|
||||
Reference in New Issue
Block a user