From 2fbc2465e1a934a7a878194b9cacb8591b662592 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 14 Apr 2019 22:13:37 -0700 Subject: snap --- .config/compton/compton.conf | 2 +- .config/firejail/firefox.profile | 31 ++++++------------------------- .config/herbstluftwm/autostart | 6 +++--- .config/newsboat/urls | 11 +++++++++-- .config/ranger/rifle.conf | 3 ++- .xinitrc | 4 ++-- 6 files changed, 23 insertions(+), 34 deletions(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 617d59a..2bddf3b 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -1,3 +1,3 @@ -fade = false; shadow = false; +fade = false; opacity = 1.0; diff --git a/.config/firejail/firefox.profile b/.config/firejail/firefox.profile index 1bdb3da..421a239 100644 --- a/.config/firejail/firefox.profile +++ b/.config/firejail/firefox.profile @@ -17,8 +17,8 @@ tracelog whitelist ~/desktop whitelist ~/downloads whitelist ~/images -whitelist ~/videos/web -whitelist ${DOWNLOADS} +whitelist ~/videos +whitelist ~/audio/clips mkdir ~/.mozilla whitelist ~/.mozilla mkdir ~/.cache @@ -26,29 +26,10 @@ mkdir ~/.cache/mozilla mkdir ~/.cache/mozilla/firefox whitelist ~/.cache/mozilla/firefox whitelist ~/dwhelper -whitelist ~/.zotero -whitelist ~/.vimperatorrc -whitelist ~/.vimperator -whitelist ~/.pentadactylrc -whitelist ~/.pentadactyl -whitelist ~/.keysnail.js -whitelist ~/.config/gnome-mplayer -whitelist ~/.cache/gnome-mplayer/plugin -whitelist ~/.pki - -# lastpass, keepassx -whitelist ~/.keepassx -whitelist ~/.config/keepassx -whitelist ~/keepassx.kdbx -whitelist ~/.lastpass -whitelist ~/.config/lastpass - - -#silverlight -whitelist ~/.wine-pipelight -whitelist ~/.wine-pipelight64 -whitelist ~/.config/pipelight-widevine -whitelist ~/.config/pipelight-silverlight5.1 +mkdir ~/.local +mkdir ~/.local/share +mkdir ~/.local/share/tridactyl +whitelist ~/.local/share/tridactyl include /etc/firejail/whitelist-common.inc diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 94c220b..a9b615a 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -150,10 +150,10 @@ hc keybind Mod4-w spawn xdotool click 1 # spawn hc keybind Mod4-Return spawn urxvt -hc keybind Mod4-Shift-f spawn firejail --netfilter=/etc/firejail/nolocal.net firefox-esr +hc keybind Mod4-Shift-f spawn firejail --netfilter=/etc/firejail/nolocal.net firefox hc keybind Mod4-Shift-g spawn gwaei hc keybind Mod4-Shift-i spawn gimp -hc keybind Mod4-Shift-m spawn mathematica +hc keybind Mod4-Shift-m spawn /usr/lib/mozc/mozc_tool --mode=hand_writing hc keybind Mod4-Shift-n spawn urxvt -name "notes" -e $EDITOR ~/notes hc keybind Mod4-Shift-o spawn ~/yolo/tor/start-tor-browser hc keybind Mod4-Shift-t spawn transmission-gtk @@ -193,7 +193,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off # set apppropriate things to pseudotile hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on hc rule class~'(VBoxSDL|SleepIsDeathApp|freeciv-sdl|FTL|pinentry)' pseudotile=on focus=on -hc rule class~'(Tegaki-recognize|PlayOnLinux|PCSX2|Tilem2|Wine|explorer.exe)' pseudotile=on focus=on +hc rule class~'(mozc_tool|PlayOnLinux|PCSX2|Tilem2|Wine|explorer.exe)' pseudotile=on focus=on hc rule class~'(mednafen)' pseudotile=on focus=on diff --git a/.config/newsboat/urls b/.config/newsboat/urls index dcd5d15..264693b 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,7 +1,14 @@ -https://ocaml.org/feed.xml +http://www.3kingdomspodcast.com/feed/ https://feeds.soundcloud.com/users/soundcloud:users:237055046/sounds.rss +http://historyofenglishpodcast.com/feed/ + +https://aminormagazine.com/feed/ + +https://airen-no-jikken.icu/blog/feed/ +https://blog.crushv.cc/index.xml + +https://ocaml.org/feed.xml https://feeds.feedburner.com/99pi https://blog.musicbrainz.org/category/listenbrainz/feed/ https://pinecast.com/feed/theleagueof https://blog.theleagueofmoveabletype.com/feed/ -https://airen-no-jikken.icu/blog/feed/ diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 7000ba6..1be6a2b 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -81,7 +81,8 @@ mime ^audio, !terminal, has mpv, X, flag f = mpv --force-window=yes -- "$@" mime ^audio, terminal, has audio-convert = audio-convert -d converted -c vorbis -q 10 "$@" mime ^audio, terminal, has audio-convert = audio-convert -d converted -c opus "$@" -mime ^audio, terminal, has audio-concat = audio-concat "$@" +mime ^audio, terminal, has audio-concat = audio-concat -o concatenated.opus "$@" +mime ^audio, terminal, has audio-concat = audio-concat -o concatenated.flac "$@" mime ^video, has mpv, X, flag f = mpv -- "$@" mime ^video, has mpv, terminal, !X = mpv --vo=tct -- "$@" diff --git a/.xinitrc b/.xinitrc index 2335705..276b1bf 100644 --- a/.xinitrc +++ b/.xinitrc @@ -44,7 +44,7 @@ xset -dpms xset s off #daemons -compton -b --backend glx --vsync opengl +compton -b --backend glx --vsync -CG #this is an ugly hack which runs a dummy program #through bumblebee to get the fans on discrete @@ -55,6 +55,6 @@ xsetroot -cursor_name left_ptr nitrogen --restore xbanish & -redshift -b 0.9:0.6 -t 6400K:4400K & +redshift -b 0.8:0.6 -t 5800K:4400K & exec herbstluftwm -- cgit v1.2.3