1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- backtick 2 0 0 $HOME/.config/screen/battery-rate
- hardstatus alwayslastline
- hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}]%?[%2`]%?[%{B}%d.%m. %{W}%c%{g}]'
- defscrollback 10000
- altscreen on
- startup_message off
- attrcolor b ".I"
- termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
- defbce on
- mousetrack on
- layout autosave on
- bind -k kl focus left
- bind -k kd focus down
- bind -k ku focus up
- bind -k kr focus right
- bind h focus left
- bind j focus down
- bind k focus up
- bind l focus right
- bind -c resize h eval "resize -h -5" "command -c resize"
- bind -c resize j eval "resize -v +3" "command -c resize"
- bind -c resize k eval "resize -v -3" "command -c resize"
- bind -c resize l eval "resize -h +5" "command -c resize"
- bind -c resize -k kl eval "resize -h -5" "command -c resize"
- bind -c resize -k kd eval "resize -v +3" "command -c resize"
- bind -c resize -k ku eval "resize -v -3" "command -c resize"
- bind -c resize -k kr eval "resize -h +5" "command -c resize"
- bind R eval "command -c resize" "echo resize"
|