aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-05-15 22:10:55 -0700
committerGravatar Tom Willemse2019-05-15 22:10:55 -0700
commit4e09948878e84e0b9cd6fb5dcfda3109f9e02efe (patch)
treebf07a6a266fa2e8870d909114228691999e75506 /herbstluftwm
parent6543bf2025733e13e130ff0b569e921f7370c3cf (diff)
downloadnew-dotfiles-4e09948878e84e0b9cd6fb5dcfda3109f9e02efe.tar.gz
new-dotfiles-4e09948878e84e0b9cd6fb5dcfda3109f9e02efe.zip
Add kitty to Herbstluftwm
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart6
1 files changed, 3 insertions, 3 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index 1c5b31f..8f8169a 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -64,9 +64,9 @@ hc keybind $Mod-k close
hc keybind $Mod-Mod1-k remove
# Always spawn an instance of Rxvt Unicode.
-hc keybind $Mod-Return spawn urxvt
+hc keybind $Mod-Return spawn kitty
# Switch to a running instance of URxvt or Hyper, or start one.
-hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\)' urxvt
+hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\|kitty\)' kitty
# Switch to a running instance of Conkeror, or start one.
hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|Firefox\|Chromium\)' conkeror
# Switch to a running instance of Emacs, or create an Emacs client
@@ -210,7 +210,7 @@ hc set update_dragged_clients 1
hc unrule -F
hc rule focus=on # normally focus new clients
hc rule class=Emacs tag=dev index=0 switchtag=on hook=emacs
-hc rule class=URxvt tag=dev index=1 switchtag=on hook=urxvt
+hc rule class~'URxvt|kitty' tag=dev index=1 switchtag=on hook=urxvt
hc rule class~'Conkeror|Firefox|Chromium' tag=web index=0 switchtag=on
hc rule class=Pinentry pseudotile=on
hc rule class=Alsaplayer pseudotile=on