diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 49a628d..74651ce 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -32,7 +32,7 @@ hc keybind $Mod-q close #spawn shit hc keybind $Mod-Return spawn urxvt hc keybind $Mod-l spawn xlock -hc keybind $Mod-i spawn iceweasel +hc keybind $Mod-i spawn chromium hc keybind $Mod-p spawn pavucontrol hc keybind $Mod-Shift-l spawn libreoffice @@ -163,6 +163,8 @@ hc rule focus=on # normally focus new clients hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off +hc rule --instance=chromium-browser --ewmhrequests=off + # unlock, just to be sure hc unlock diff --git a/xconf/.xsessionrc b/xconf/.xsessionrc index 547c936..e69de29 100644 --- a/xconf/.xsessionrc +++ b/xconf/.xsessionrc @@ -1 +0,0 @@ -xrdb /home/ik15ydit/.Xresouces diff --git a/zshrc b/zshrc index be312bd..cbda9ca 100644 --- a/zshrc +++ b/zshrc @@ -59,11 +59,11 @@ alias xlock="i3lock" alias -g jpg2png="echo 'use convert [file_in.jpg] [file_out.png]'" #cipstalk -alias w="php /proj/ciptmp/av37umic/scripts/woist.php show" -alias ww="php /proj/ciptmp/av37umic/scripts/woist.php all" -alias wa="php /proj/ciptmp/av37umic/scripts/woist.php add" -alias wd="php /proj/ciptmp/av37umic/scripts/woist.php del" -alias wl="php /proj/ciptmp/av37umic/scripts/woist.php list" +alias w="ssh faui00n.cs.fau.de php /proj/ciptmp/av37umic/scripts/woist.php show" +alias ww="ssh faui00n.cs.fau.de php /proj/ciptmp/av37umic/scripts/woist.php all" +alias wa="ssh faui00n.cs.fau.de php /proj/ciptmp/av37umic/scripts/woist.php add" +alias wd="ssh faui00n.cs.fau.de php /proj/ciptmp/av37umic/scripts/woist.php del" +alias wl="ssh faui00n.cs.fau.de php /proj/ciptmp/av37umic/scripts/woist.php list" #uni alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'"