diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini deleted file mode 100644 index 00ae93b..0000000 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ /dev/null @@ -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 diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks deleted file mode 100644 index 322ba8b..0000000 --- a/.config/gtk-3.0/bookmarks +++ /dev/null @@ -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 diff --git a/.config/wal/templates/zathurarc b/.config/wal/templates/zathurarc new file mode 100644 index 0000000..a12bbd3 --- /dev/null +++ b/.config/wal/templates/zathurarc @@ -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}" diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 4d3d62f..98db031 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -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 diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc deleted file mode 100755 index 452e116..0000000 --- a/.config/zathura/zathurarc +++ /dev/null @@ -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 diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 120000 index 0000000..0b47dc3 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1 @@ +/home/krolyxon/.cache/wal/zathurarc \ No newline at end of file