Updated sway config & added Xresources for urxvt
This commit is contained in:
parent
9df540ceea
commit
95cf317304
3 changed files with 31 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
* sway
|
||||
* i3status
|
||||
* ttf-font-icons
|
||||
* rxvt-unicode
|
||||
|
||||
## Setup
|
||||
|
||||
|
@ -14,6 +15,8 @@
|
|||
|
||||
``ln -s ~/.dotfiles/sway/sway.config ~/.config/sway/config``
|
||||
|
||||
``ln -s ~/dotfiles/sway.i3status.config ~/.config/i3status/config``
|
||||
``ln -s ~/.dotfiles/sway/i3status.config ~/.config/i3status/config``
|
||||
|
||||
``ln -s ~/.dotfiles/sway/Xresources ~/.Xresources``
|
||||
|
||||
[1]: https://github.com/SirCmpwn/sway
|
||||
|
|
21
sway/Xresources
Normal file
21
sway/Xresources
Normal file
|
@ -0,0 +1,21 @@
|
|||
URxvt*scrollBar_right: true
|
||||
URxvt*font: xft:DejaVu Sans Mono:size=10:antialias=true:hinting=true
|
||||
|
||||
URxvt*background: #272822
|
||||
URxvt*foreground: #f8f8f2
|
||||
URxvt*color0: #272822
|
||||
URxvt*color1: #f92672
|
||||
URxvt*color2: #a6e22e
|
||||
URxvt*color3: #f4bf75
|
||||
URxvt*color4: #66d9ef
|
||||
URxvt*color5: #ae81ff
|
||||
URxvt*color6: #a1efe4
|
||||
URxvt*color7: #f8f8f2
|
||||
URxvt*color8: #75715e
|
||||
URxvt*color9: #f92672
|
||||
URxvt*color10: #a6e22e
|
||||
URxvt*color11: #f4bf75
|
||||
URxvt*color12: #66d9ef
|
||||
URxvt*color13: #ae81ff
|
||||
URxvt*color14: #a1efe4
|
||||
URxvt*color15: #f9f8f5
|
|
@ -11,7 +11,7 @@
|
|||
# Logo key. Use Mod1 for Alt.
|
||||
set $mod Mod4
|
||||
# Your preferred terminal emulator
|
||||
set $term urxvt
|
||||
set $term urxvtc
|
||||
# Your preferred application launcher
|
||||
set $menu dmenu_run
|
||||
|
||||
|
@ -150,7 +150,7 @@ bar {
|
|||
position top
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
background #272822
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
}
|
||||
}
|
||||
|
@ -164,4 +164,8 @@ bar {
|
|||
#
|
||||
# include ~/.config/sway/`hostname`/*
|
||||
|
||||
# urxvt colours + daemon [use urxvtc as term]
|
||||
#https://wiki.archlinux.org/index.php/rxvt-unicode
|
||||
#https://kmandla.wordpress.com/2009/08/25/reducing-memory-use-with-urxvtd-and-urxvtc/
|
||||
exec xrdb ~/.Xresources
|
||||
exec urxvtd -q -o -f
|
||||
|
|
Loading…
Reference in a new issue