-- 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 ()
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"
export HOST=$(hostname)
# the default command to open a new terminal
-export TERMINAL=urxvtc
+export TERMINAL=kitty
# gpg
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"