diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index f41f2da..713a3fb 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -28,7 +28,7 @@ if [[ "$HOST" == "atlantispc" ]]; then #hc detect_monitors hc set swap_monitors_to_get_tag 0 # hc set_monitors 3840x1080+0+0 - hc keybind $Mod-o spawn /bin/bash -c "/home/sheppy/.config/i3lock/piclock.sh && sudo s2disk" +# hc keybind $Mod-o spawn /bin/bash -c "/home/sheppy/.config/i3lock/piclock.sh && sudo s2disk" fi ### Atlantislaptop specific setup ### if [[ "$HOST" == "atlantislaptop" ]]; then @@ -41,6 +41,7 @@ fi ### Atlantis general if [[ ( "$HOST" == "atlantispc" ) || ( "$HOST" == "atlantislaptop" ) ]]; then xautolock -time 15 -locker /home/ik15ydit/.config/i3lock/piclock.sh & + xautolock -unlocknow # fixes anoying bug that causes lockscreen to start after autologon hc keybind $Mod-c spawn /bin/bash -c "sudo stopvpn.sh; sudo /usr/bin/openvpn_cip.sh & sleep 2 && pkill --signal USR1 hl_status" hc keybind $Mod-Shift-c spawn /bin/bash -c "sudo stopvpn.sh && sleep 2 && pkill --signal USR1 hl_status" fi @@ -111,10 +112,11 @@ hc keybind $Mod-v split right 0.5 # resizing frames resizestep=0.05 -hc keybind $Mod-Control-a resize left +$resizestep -hc keybind $Mod-Control-s resize down +$resizestep -hc keybind $Mod-Control-w resize up +$resizestep -hc keybind $Mod-Control-d resize right +$resizestep +small_resize=0.001 +hc keybind $Mod-Control-a resize left +$small_resize +hc keybind $Mod-Control-s resize down +$small_resize +hc keybind $Mod-Control-w resize up +$small_resize +hc keybind $Mod-Control-d resize right +$small_resize hc keybind $Mod-Control-Left resize left +$resizestep hc keybind $Mod-Control-Down resize down +$resizestep hc keybind $Mod-Control-Up resize up +$resizestep @@ -248,3 +250,4 @@ for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do # start it on each monitor "$panel" $monitor & done + diff --git a/htop/htoprc b/htop/htoprc index 17f4cb6..72d7adb 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -12,7 +12,7 @@ show_program_path=1 highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 -tree_view=1 +tree_view=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 diff --git a/xconf/Xresources b/xconf/Xresources index fec146c..54afe7a 100755 --- a/xconf/Xresources +++ b/xconf/Xresources @@ -3,7 +3,18 @@ URxvt.*.foreground: #EEEEEE URxvt.*.scrollBar: off URxvt.print-pipe: true -URxvt.perl-ext-common: selection-to-clipboard +URxvt.perl-ext-common: default,tabbed,matcher,resize-font,-tabbed,selection-to-clipboard + + +URxvt.font: xft:bitstream vera sans mono:size=10:antialias=true + +URxvt.keysym.C-minus: resize-font:smaller +URxvt.keysym.C-plus: resize-font:bigger +URxvt.keysym.C-equal: resize-font:reset +URxvt.keysym.C-question: resize-font:show + + + URxvt.iso14755 :false diff --git a/zshrc b/zshrc index d62c256..1fcdf7f 100644 --- a/zshrc +++ b/zshrc @@ -316,3 +316,5 @@ export logout_all ### EXPERIMENTAL ### alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status" +alias python=python3 +alias dirc="ssh sheppy@atlantishq.de -t 'command;tmux a -d'"