Switch to alacritty Few other stuff Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 10 Dec 2019 22:46:38 +0530
4 files changed,
6 insertions(+),
5 deletions(-)
M
.Xresources
→
.Xresources
@@ -50,7 +50,7 @@ *color15: base07
! Urxvt config !--------------------- -URxvt.font: xft:Roboto Mono:size=14:style=Medium:antialias=true +URxvt.font: xft:Roboto Mono:size=14:style=Medium:antialias=true, xft:Noto Sans:size=14:style=Medium:antialias=true URxvt.scrollBar: false URxvt.cursorBlink: true URxvt.internalBorder: 30@@ -63,7 +63,7 @@ URxvt.url-launcher: /usr/bin/firefox
URxvt.visualBell: false URxvt.depth: 20 URxvt.lineSpace: 1 -URxvt.geometry: 65x19 +URxvt.geometry: 80x20 URxvt.intensityStyles: false URxvt.iso14755: false URxvt.iso14755_52: false
M
bash/prompt
→
bash/prompt
@@ -39,7 +39,7 @@ fi
} prompt_pwd() { - echo -ne "\001${gry}\002$(dirs +0)\001${rst}\002" + echo -ne "\001${cyn}\002$(dirs +0)\001${rst}\002" } rootornot() {@@ -47,5 +47,5 @@ [[ "$(id -u)" -eq 0 ]] &&
echo -ne "\001${red}\002#\001${rst}\002" } -PS1='\n$(prompt_pwd)$(git_branch)$(dirtyorclean)$(rootornot) ' +PS1='\n$(prompt_pwd)$(git_branch)$(dirtyorclean)\n▲$(rootornot) ' PS2="> "
M
config/sxhkd/sxhkdrc
→
config/sxhkd/sxhkdrc
@@ -6,7 +6,7 @@ #|___/_/\_\_| |_|_|\_\__,_|_| \___|
# super + Return - urxvtc -cd "/home/icy" + alacritty super + d rofi -show run