From c931883f52a3f2810712a33916c193d3e0967945 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 22 Oct 2018 01:00:51 -0400 Subject: [PATCH] Use urxvtc instead of urxvtcd Since urxvtd is now managed with systemd, starting an init script like urxvtcd is no longer necessary. --- .config/rofi/config.rasi | 2 +- .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 8699a18..61551fe 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -6,7 +6,7 @@ configuration { bw: 0; theme: "~/.cache/wal/colors-rofi-dark.rasi"; drun-icon-theme: "Papirus-Dark"; - terminal: "urxvtcd"; + terminal: "urxvtc"; scroll-method: 1; columns: 3; width: 70; diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6367776..6d110ba 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -11,7 +11,7 @@ super + p # Open a new terminal window super + {_,shift} + Return - {termite -e "tmux new-session; set status",urxvtcd} + {termite -e "tmux new-session; set status",urxvtc} # toggle polybar: top_padding depends on the height you set in polybar/config super + o