diff options
author | Julian T <julian@jtle.dk> | 2023-01-06 15:28:59 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-01-06 15:28:59 +0100 |
commit | ee499f810d1be191fd8d969df688164d51ba1167 (patch) | |
tree | 9481af71884b131c925a0bea5f89d5dd15eac5c5 /bspwm | |
parent | 4343bfddc2788fcba86be1fa4e05e45e926756a3 (diff) |
Sxhkdrc and script changes
Diffstat (limited to 'bspwm')
-rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index 62d4265..ddeecdd 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -51,7 +51,7 @@ super + w # send the newest marked node to the newest preselected node super + y - bspc node newest.marked.local -n newest.!automatic.local + bspc node -n 'last.!automatic.local' # swap the current node and the biggest node super + g |