diff --git a/torbrowser/settings.json b/torbrowser/settings.json new file mode 100644 index 0000000..663abec --- /dev/null +++ b/torbrowser/settings.json @@ -0,0 +1 @@ +{"force_en-US": false, "modem_sound": false, "tor_socks_address": "tcp:127.0.0.1:9050", "installed": false, "download_over_tor": false, "mirror": "https://www.torproject.org/dist/", "tbl_version": "0.2.8"} \ No newline at end of file diff --git a/vim/rc b/vim/rc index b0cb339..428f4c1 100644 --- a/vim/rc +++ b/vim/rc @@ -30,11 +30,6 @@ set lazyredraw "move by visual line "gg will go to start of file, GG to end of file and M will actually jump to mid of screen -"modifier keys -let mapleader="," -nnoremap l $ -"l is no the selector for line - "general use inoremap jk nnoremap :nohlsearch diff --git a/xconf/Xresources b/xconf/Xresources index 2d69a75..fec146c 100755 --- a/xconf/Xresources +++ b/xconf/Xresources @@ -5,6 +5,8 @@ URxvt.print-pipe: true URxvt.perl-ext-common: selection-to-clipboard +URxvt.iso14755 :false + !experimental !URxvt*externalBorder: 3 !URxvt*borderLess: false diff --git a/zshrc b/zshrc index 8a9ae0c..dffa017 100644 --- a/zshrc +++ b/zshrc @@ -241,7 +241,7 @@ fi ## CONNECT UNI ## alias -g uni="ik15ydit@faui06c.cs.fau.de" alias cipkey="ssh-add ~/.ssh/ciplogin" -alias cipra="xpra start ssh:ik15ydit@faui00n.cs.fau.de:100 --start-child urxvt" +alias cipra="xpra start ssh:ik15ydit@faui0sr0.cs.fau.de:100 --start-child urxvt" alias mountcip="sshfs ik15ydit@faui00n.cs.fau.de:/ -o reconnect,idmap=user $CIP_MOUNTPOINT" alias umountcip="fusermount -u $CIP_MOUNTPOINT" @@ -310,3 +310,6 @@ genocide(){ export genocide alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status" +alias clear_swap="echo 'This can take serveral minutes if swap was full' &&sudo swapoff -a && sudo swapon -a" +alias mark_green="printf '\033]708;green\007';" +alias mark_blue="printf '\033]708;blue\007';"