zathurarc pywal template
This commit is contained in:
parent
2c485da447
commit
1de53674c4
|
|
@ -1,11 +0,0 @@
|
|||
[Filechooser Settings]
|
||||
LocationMode=path-bar
|
||||
ShowHidden=true
|
||||
ShowSizeColumn=true
|
||||
GeometryX=0
|
||||
GeometryY=0
|
||||
GeometryWidth=780
|
||||
GeometryHeight=585
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
StartupMode=recent
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
file:///home/krolyxon/media/dl dl
|
||||
file:///home/krolyxon/media/dox dox
|
||||
file:///home/krolyxon/media/pix pix
|
||||
file:///home/krolyxon/media/vids vids
|
||||
file:///home/krolyxon/media/music music
|
||||
file:///home/krolyxon/media/movies movies
|
||||
file:///home/krolyxon/media media
|
||||
file:///home/krolyxon/code code
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
set sandbox none
|
||||
set statusbar-h-padding 0
|
||||
set statusbar-v-padding 0
|
||||
set page-padding 1
|
||||
set selection-clipboard clipboard
|
||||
map u scroll half-up
|
||||
map d scroll half-down
|
||||
map D toggle_page_mode
|
||||
map r reload
|
||||
map R rotate
|
||||
map K zoom in
|
||||
map J zoom out
|
||||
map i recolor
|
||||
map p print
|
||||
|
||||
set default-bg "{background}"
|
||||
set default-fg "{foreground}"
|
||||
set statusbar-bg "{background}"
|
||||
set statusbar-fg "{foreground}"
|
||||
set inputbar-bg "{background}"
|
||||
set inputbar-fg "{foreground}"
|
||||
set notification-bg "{background}"
|
||||
set notification-fg "{foreground}"
|
||||
set notification-error-bg "{background}"
|
||||
set notification-error-fg "{foreground}"
|
||||
set notification-warning-bg "{background}"
|
||||
set notification-warning-fg "{foreground}"
|
||||
set highlight-color "{color3}"
|
||||
set highlight-active-color "{color4}"
|
||||
set completion-bg "{color3}"
|
||||
set completion-fg "{color4}"
|
||||
set completion-highlight-bg "{color3}"
|
||||
set completion-highlight-fg "{color4}"
|
||||
set recolor-lightcolor "{background}"
|
||||
set recolor-darkcolor "{foreground}"
|
||||
|
|
@ -3,11 +3,10 @@
|
|||
slstatus &
|
||||
setwall &
|
||||
xcompmgr &
|
||||
xset r rate 300 50
|
||||
dunst &
|
||||
sxhkd &
|
||||
# xmodmap ~/.config/xmodmap/Xmodmap &
|
||||
setxkbmap -option caps:swapescape
|
||||
# exec dwm > /dev/null 2>&1
|
||||
|
||||
while type dwm > /dev/null ; do dwm && continue || break ; done
|
||||
exec dwm
|
||||
$exec dwm
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
set sandbox none
|
||||
set statusbar-h-padding 0
|
||||
set statusbar-v-padding 0
|
||||
set page-padding 1
|
||||
set selection-clipboard clipboard
|
||||
map u scroll half-up
|
||||
map d scroll half-down
|
||||
map D toggle_page_mode
|
||||
map r reload
|
||||
map R rotate
|
||||
map K zoom in
|
||||
map J zoom out
|
||||
map i recolor
|
||||
map p print
|
||||
map g goto top
|
||||
|
|
@ -0,0 +1 @@
|
|||
/home/krolyxon/.cache/wal/zathurarc
|
||||
Loading…
Reference in New Issue