diff options
| author | Baitinq <[email protected]> | 2022-07-11 10:50:04 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-11 10:50:04 +0200 |
| commit | 2e8a396eaad42d892b38dbd53c5c2ac663c24776 (patch) | |
| tree | 202e92274795fdac402fa3e6817a7fd162aa63de /dotfiles | |
| parent | fmt (diff) | |
| download | nixos-config-2e8a396eaad42d892b38dbd53c5c2ac663c24776.tar.gz nixos-config-2e8a396eaad42d892b38dbd53c5c2ac663c24776.tar.bz2 nixos-config-2e8a396eaad42d892b38dbd53c5c2ac663c24776.zip | |
sxhkd: xmonad: Add xmobar toggle keybind
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/sxhkd/xmonad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/sxhkd/xmonad b/dotfiles/sxhkd/xmonad index 6f13108..e398f3d 100644 --- a/dotfiles/sxhkd/xmonad +++ b/dotfiles/sxhkd/xmonad @@ -21,6 +21,9 @@ alt + Tab alt + space xmonadctl togglefloating +alt + b + dbus-send --session --dest=org.Xmobar.Control --type=method_call '/org/Xmobar/Control' org.Xmobar.Control.SendSignal "string:Toggle 0" + #alt + 0 # dwmc viewall |