]> git.rmz.io Git - dotfiles.git/commitdiff
env: switch TERMINAL to kitty
authorSamir Benmendil <me@rmz.io>
Sun, 24 Jan 2021 04:03:20 +0000 (04:03 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 24 Jan 2021 21:35:32 +0000 (21:35 +0000)
awesome/widgets/volume_widget.lua
xinit/xprofile.d/99-applications.sh
zshenv

index d0812eefb76412c9a51f8ab58fc3f857ee4e4c6d..2c4a1baf6fcc162483d6c919c1ca161ea43e48cc 100644 (file)
@@ -14,8 +14,8 @@ vicious.register(volwidget, vicious.contrib.pulse, '<span font="Symbola 12">🔊
 -- Mouse bindings
 volwidget:buttons(gears.table.join(
     awful.button({ }, 1,
-        function () 
-            utils.run_or_kill("urxvt -name pulsemixer -e pulsemixer", {class = "urxvt", instance = "pulsemixer"})
+        function ()
+            utils.run_or_kill(terminal .. " --name pulsemixer -e pulsemixer", {class = "kitty", instance = "pulsemixer"})
         end),
     awful.button({ }, 2,
         function ()
index 15a5a204b68fa6b633f501a629fa81bfda91715a..c36aa0d58a240850bf6431a2a17f19673b7a7d37 100755 (executable)
@@ -4,7 +4,7 @@ URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls
 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls/deprecated
 export URXVT_PERL_LIB
 
-urxvtd -q -o -f
+[[ "$TERMINAL" == "urxvtc" ]] && urxvtd -q -o -f
 compton --config ~/.config/compton.conf &
 unclutter --timeout 1 &
 xcape -e "Control_L=Escape;Control_R=Escape"
diff --git a/zshenv b/zshenv
index 9126f595a61f8c5484edfb242a01ffd1489dca61..796ca88e488fd9b1d22fab6a42f3bfd545ea79b9 100644 (file)
--- a/zshenv
+++ b/zshenv
@@ -6,7 +6,7 @@ export XDG_CACHE_HOME="$HOME/.cache"
 export HOST=$(hostname)
 
 # the default command to open a new terminal
-export TERMINAL=urxvtc
+export TERMINAL=kitty
 
 # gpg
 export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"