diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 18:34:34 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 18:34:34 +0200 |
commit | fa52edb695f76911d08ade8f8e55be89bf6cc890 (patch) | |
tree | d34843a42ad5e8e23010e319ebdfd15ab341e191 /dotfiles/sxhkd | |
parent | Update (diff) | |
download | nixos-config-fa52edb695f76911d08ade8f8e55be89bf6cc890.tar.gz nixos-config-fa52edb695f76911d08ade8f8e55be89bf6cc890.tar.bz2 nixos-config-fa52edb695f76911d08ade8f8e55be89bf6cc890.zip |
Xmonad: Added cycling layout functionality
Diffstat (limited to 'dotfiles/sxhkd')
-rw-r--r-- | dotfiles/sxhkd/xmonad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/sxhkd/xmonad b/dotfiles/sxhkd/xmonad index bcefaff..e902907 100644 --- a/dotfiles/sxhkd/xmonad +++ b/dotfiles/sxhkd/xmonad @@ -15,8 +15,8 @@ alt + {1-9} alt + shift + {1-9} xmonadctl send-to-workspace-{1-9} -#alt + Tab -# dwmc view +alt + Tab + xmonadctl cycle-workspace #alt + 0 # dwmc viewall |