More nixos xwindows config stuff
This commit is contained in:
parent
96745f57e7
commit
c7b8251054
4 changed files with 13 additions and 8 deletions
15
Xresources
15
Xresources
|
|
@ -3,13 +3,14 @@
|
|||
!Xft.antialias: false
|
||||
!Xft.dpi: 80
|
||||
!Xft.rgba: rgb
|
||||
Xft*font: Tamsynmod:Regular:pixelsize=14
|
||||
!Xft*font: Tamsynmod:Regular:pixelsize=14
|
||||
!Xft*font: Regular:pixelsize=14
|
||||
|
||||
! dzen2
|
||||
dzen2*foreground: #ffffff
|
||||
dzen2*background: #000000
|
||||
!dzen2*font: -*-fixed-*-*-*-*-10-*-*-*-*-*-*-*
|
||||
dzen2*font: Tamsynmod:Regular:pixelsize=14
|
||||
!dzen2*font: Tamsynmod:Regular:pixelsize=14
|
||||
|
||||
! urxvt
|
||||
urxvt*loginShell: true
|
||||
|
|
@ -20,10 +21,12 @@ urxvt*cursorBlink: false
|
|||
urxvt*urgentOnBell: true
|
||||
urxvt*urlLauncher: /usr/bin/luakit
|
||||
urxvt*termName: rxvt-unicode-256color
|
||||
!urxvt*font: -*-fixed-*-*-*-*-11-*-*-*-*-*-*-*
|
||||
!urxvt*boldFont: -*-fixed-*-*-*-*-11-*-*-*-*-*-*-*
|
||||
urxvt*font: xft:Tamsyn:Regular:pixelsize=14,xft:Inconsolata for Powerline:Regular:pixelsize=14
|
||||
urxvt*boldFont: xft:Tamsyn:Bold:pixelsize=14,xft:Inconsolata for Powerline:Bold:pixelsize=14
|
||||
!urxvt*font: -*-fixed-*-*-*-*-14-*-*-*-*-*-*-*
|
||||
!urxvt*boldFont: -*-fixed-*-*-*-*-14-*-*-*-*-*-*-*
|
||||
!urxvt*font: xft:Tamsyn:Regular:pixelsize=14,xft:Inconsolata for Powerline:Regular:pixelsize=14
|
||||
!urxvt*boldFont: xft:Tamsyn:Bold:pixelsize=14,xft:Inconsolata for Powerline:Bold:pixelsize=14
|
||||
urxvt*font: -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
urxvt*boldFont: -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
|
||||
! Colors
|
||||
urxvt*depth: 32
|
||||
|
|
|
|||
|
|
@ -103,5 +103,6 @@ bindsym $mod+p mode "resize"
|
|||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
status_command i3status
|
||||
position top
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ rm ~/Library/KeyBindings/DefaultKeyBinding.dict; cp ~/dotfiles/DefaultKeyBinding
|
|||
# TODO linux only
|
||||
rm -rf ~/.i3; mkdir ~/.i3; ln -s ~/dotfiles/i3/config ~/.i3/config
|
||||
rm -rf ~/.Xresources; ln -s ~/dotfiles/Xresources ~/.Xresources
|
||||
rm -rf ~/.xinitrc; ln -s ~/dotfiles/xinitrc ~/.xinitrc
|
||||
rm -rf ~/.xinitrc; ln -s ~/dotfiles/xinitrc.nixos ~/.xinitrc
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
|||
# ~/dotfiles/bin/animated_wallpaper.sh ~/Dropbox/Photos/wallpaper/cycloid.gif &
|
||||
|
||||
#exec xmonad
|
||||
exec i3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue