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:
parent
b9ea57bc2d
commit
c931883f52
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user