diff options
l--------- | .Xresources | 1 | ||||
-rw-r--r-- | .Xresources##hostname.intern | 48 | ||||
-rw-r--r-- | .config/picom.conf | 7 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 2 | ||||
l--------- | .xinitrc | 2 | ||||
-rw-r--r-- | .xinitrc##hostname.intern | 16 | ||||
-rw-r--r-- | .zshrc | 11 |
7 files changed, 65 insertions, 22 deletions
diff --git a/.Xresources b/.Xresources deleted file mode 120000 index 2374316..0000000 --- a/.Xresources +++ /dev/null @@ -1 +0,0 @@ -.Xresources##hostname.workstation
\ No newline at end of file diff --git a/.Xresources##hostname.intern b/.Xresources##hostname.intern new file mode 100644 index 0000000..d11ada1 --- /dev/null +++ b/.Xresources##hostname.intern @@ -0,0 +1,48 @@ +! __ __ +! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ +! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| +! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ +! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ +! +! + +! X Resources: Generated with Hodler (http://github.com/matttproud/hodler) +!black +*color0: #111a1f +*color8: #868b8d +!red +*color1: #8d7856 +*color9: #810002 +!green +*color2: #798362 +*color10: #037500 +!yellow +*color3: #9b9257 +*color11: #ebcb88 +!blue +*color4: #63768a +*color12: #63768a +!magenta +*color5: #b7416e +*color13: #738c9c +!cyan +*color6: #6998b3 +*color14: #66aabb +!white +*color7: #c0c7ca +*color15: #c0c7ca +!other +*background: #222d32 +*foreground: #acb3b5 +*cursorColor: #ebcb88 +! See "highlightColorMode" and "hm" options in XTerm manual page. +*highlightTextColor: #2e333c +*highlightColor: #161f2a +! No support for cursor text coloring; would be #1e232b. +! No support for bold coloring; would be #626a73. + +!other +*.alpha: 0.69 + +Sxiv.background: #111A1F +Sxiv.foreground: #9B9257 diff --git a/.config/picom.conf b/.config/picom.conf index de96672..ecce937 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -9,19 +9,12 @@ fade-in-step = 0.05; fade-out-step = 0.05; fade-exclude = [ ]; -# Rounded Corners - corner-radius = 0; -rounded-corners-exclude = [ - "class_g = 'dwm'", -]; - # Other mark-wmwin-focused = true; mark-ovredir-focused = true; # use-ewmh-active-win = true; detect-rounded-corners = true; detect-client-opacity = true; -refresh-rate = 0; vsync = true; dbe = false; # sw-opti = true; diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 812741b..3538b4b 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -38,5 +38,3 @@ map i recolor map p print set synctex true set synctex-editor-command "nvr --remote-silent %f -c %l" - -# map <C-o> focus_inputbar ":exec lpr $FILE"<cr> @@ -1 +1 @@ -.xinitrc##hostname.battlestation
\ No newline at end of file +.xinitrc##hostname.intern
\ No newline at end of file diff --git a/.xinitrc##hostname.intern b/.xinitrc##hostname.intern new file mode 100644 index 0000000..b2b3cfc --- /dev/null +++ b/.xinitrc##hostname.intern @@ -0,0 +1,16 @@ +xwallpaper --zoom ~/.cache/wall.png & +sxhkd & +remaps & +dunst & +unclutter & +picom -b & +echo us > $HOME/.cache/layout +xrdb -load $HOME/.Xresources +flashfocus -n 30 -o 0.75 -v ERROR & +dwmblocks & +newsup & +while true; do + dwm >/dev/null +done +# exec icewm +# vim:filetype=sh @@ -84,17 +84,6 @@ source $HOME/.cache/zsh-aliases* source $HOME/.cache/zsh-shortcuts source $HOME/.cache/shell-vars -# Vifm with sensible cd option -vicd() -{ - local dst="$(command vifmrun --choose-dir - "$@")" - [[ "$dst" == "" ]] && \ - echo 'Directory picking cancelled/failed' && \ - return 1 \ - || cd "$dst" -} - # Load zsh-syntax-highlighting; should be last. source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null -eval $(thefuck --alias) |