1
0
forked from extern/nix-config

Use urxvtc instead of urxvtcd

Since urxvtd is now managed with systemd, starting an init script like
urxvtcd is no longer necessary.
This commit is contained in:
Donovan Glover 2018-10-22 01:00:51 -04:00
parent b9ea57bc2d
commit c931883f52
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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