aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/export.zsh3
-rw-r--r--.zsh.after/functions.zsh10
2 files changed, 10 insertions, 3 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh
index 866f20d..01d2e48 100644
--- a/.zsh.after/export.zsh
+++ b/.zsh.after/export.zsh
@@ -7,6 +7,9 @@ fi
# use de_DE.UTF-8 to get 24h format
export LC_TIME=de_DE.UTF-8
+# keyboard exports for sway
+export XKB_DEFAULT_LAYOUT=de
+
# browser
export BROWSER=firefox
export REPORTTIME=5
diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh
index c9ea095..7908f71 100644
--- a/.zsh.after/functions.zsh
+++ b/.zsh.after/functions.zsh
@@ -169,9 +169,13 @@ function publish() {
mute popd
}
-function securium {
- port=44350
- chromium --proxy-server="socks://localhost:$port" &
+function incognichrome {
+ chromium --incognito
+ exit
+}
+
+function inproxychrome {
+ chromium --incognito --proxy-server=apu-serve:8123
exit
}