aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-04-14 22:13:37 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-04-14 22:13:37 -0700
commit2fbc2465e1a934a7a878194b9cacb8591b662592 (patch)
treed45a9884c5f509be51a9e86cacf4b4ebb3105731 /.config
parentd25cec232053467d9c5ce10a5262cce52324fbab (diff)
downloaddotfiles-2fbc2465e1a934a7a878194b9cacb8591b662592.tar.gz
snap
Diffstat (limited to '.config')
-rw-r--r--.config/compton/compton.conf2
-rw-r--r--.config/firejail/firefox.profile31
-rwxr-xr-x.config/herbstluftwm/autostart6
-rw-r--r--.config/newsboat/urls11
-rw-r--r--.config/ranger/rifle.conf3
5 files changed, 21 insertions, 32 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 -- "$@"