diff --git a/i3/config b/i3/config index 5664ebe..f4c3f52 100644 --- a/i3/config +++ b/i3/config @@ -5,6 +5,7 @@ set $x_switch workspace # Assignments for_window [class=ownCloud] floating disable assign [class=Firefox] 2 +assign [class=google-chrome] 2 assign [class=midori4] 2 assign [class=Chromium-browser] 2 diff --git a/shells/zshrc b/shells/zshrc index 50ee1ed..ac2da49 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -73,6 +73,10 @@ dedir(){ =mv -n "$name"/{.,}*(N) . || return 2 =rmdir "$name" || return 3 } +smt(){ + sudo multitail "/var/log/$1" +} +alias mt='multitail' alias tg='telegram-cli -N -W' alias perm='stat -c "%a %n"' alias afci='git x ./autoformat.sh;git add --all;git commit -m "Autoformatted"'