Minor changes, x/Xresources added.
This commit is contained in:
@@ -216,6 +216,8 @@ for_window [class="^Conky$"] floating enable
|
|||||||
|
|
||||||
for_window [class="^Terminator$"] border none
|
for_window [class="^Terminator$"] border none
|
||||||
|
|
||||||
|
for_window [class="^Firefox$"] border none
|
||||||
|
|
||||||
|
|
||||||
# Start the wallpaper changer.
|
# Start the wallpaper changer.
|
||||||
exec --no-startup-id $path_wallchanger $wallpaper_directory $wallpaper_interval > $wallpaper_logfile
|
exec --no-startup-id $path_wallchanger $wallpaper_directory $wallpaper_interval > $wallpaper_logfile
|
||||||
|
|||||||
@@ -6,13 +6,15 @@
|
|||||||
[[default]]
|
[[default]]
|
||||||
scrollbar_position = hidden
|
scrollbar_position = hidden
|
||||||
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
||||||
font = Deja Vu Sans Mono 10
|
copy_on_selection = True
|
||||||
background_image = None
|
background_image = None
|
||||||
|
background_darkness = 0.90
|
||||||
urgent_bell = True
|
urgent_bell = True
|
||||||
|
background_type = transparent
|
||||||
use_system_font = False
|
use_system_font = False
|
||||||
foreground_color = "#839496"
|
foreground_color = "#839496"
|
||||||
show_titlebar = False
|
show_titlebar = False
|
||||||
copy_on_selection = True
|
font = Deja Vu Sans Mono 10
|
||||||
background_color = "#002b36"
|
background_color = "#002b36"
|
||||||
[layouts]
|
[layouts]
|
||||||
[[default]]
|
[[default]]
|
||||||
|
|||||||
27
x/Xresources
Normal file
27
x/Xresources
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
! mouse cursor setup
|
||||||
|
Xcursor.theme: Vanilla-DMZ
|
||||||
|
|
||||||
|
!! urxvt setup
|
||||||
|
!! colored man pages
|
||||||
|
!URxvt.colorIT: #87af5f
|
||||||
|
!URxvt.colorBD: #d7d7d7
|
||||||
|
!URxvt.colorUL: #87afd7
|
||||||
|
!
|
||||||
|
!URxvt*.transparent: false
|
||||||
|
!! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
|
||||||
|
!URxvt*.shading: 110
|
||||||
|
!
|
||||||
|
!URxvt.scrollBar: false
|
||||||
|
!
|
||||||
|
!URxvt.font: xft:DejaVu Sans Mono:size=10
|
||||||
|
!
|
||||||
|
!! clickable links opened in firefox
|
||||||
|
!!URxvt.perl-ext-common: default,matcher
|
||||||
|
!URxvt.url-launcher: /usr/bin/firefox
|
||||||
|
!URxvt.matcher.button: 1
|
||||||
|
!
|
||||||
|
!! enable tabs
|
||||||
|
!! enable scrollwheel support
|
||||||
|
!URxvt.perl-ext-common: default,tabbed,vtwheeel
|
||||||
|
|
||||||
|
|
||||||
@@ -27,6 +27,7 @@ setxkbmap $keyboard_layout $keyboard_options
|
|||||||
# set key repeat delay
|
# set key repeat delay
|
||||||
xset r rate $keyboard_repeat_delay $keyboard_repeat_speed
|
xset r rate $keyboard_repeat_delay $keyboard_repeat_speed
|
||||||
|
|
||||||
|
#[[ -f ~/.Xresources ]] && xrdb ~/.Xresources
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user