diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-05-08 09:42:29 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-05-08 09:42:29 +0200 |
commit | 22bbedd73e2b31b5188b38ca3166e146c5f3d431 (patch) | |
tree | 64c8d6374dbd98c11230fde263dd64155959bef1 /stow/sxhkd/.config | |
parent | e6bd59a9bc5a6ef70337151c107429088615bd85 (diff) | |
download | configs-22bbedd73e2b31b5188b38ca3166e146c5f3d431.tar.gz configs-22bbedd73e2b31b5188b38ca3166e146c5f3d431.zip |
Bunch of changes.
Diffstat (limited to 'stow/sxhkd/.config')
-rw-r--r-- | stow/sxhkd/.config/sxhkd/sxhkdrcbspc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc index 4da5192..d231aae 100644 --- a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc +++ b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc @@ -19,7 +19,7 @@ super + shift + {period,comma} super + {n,p} bspc desktop {next,prev}.local -f;\ dunstify -r "$(dunstifyIDs.sh bspwmDesktop)" -t 500 \ - "$(bspc query -D -d focused.local --names)" + "$(bspc query --desktops --desktop focused.local --names)" # Send node to next or previous desktop on focused monitor super + shift + {n,p} |