This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Upgrade Ubuntu: | |
sudo apt-get dist-upgrade | |
# Install Razer LED stuff | |
sudo add-apt-repository ppa:openrazer/stable | |
sudo apt update | |
sudo apt install -y openrazer-meta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# the following two lines give a two-line status, with the current window highlighted | |
hardstatus alwayslastline | |
# [hostname - cpu-load] windows... [24h clock] | |
hardstatus string '%{= kG}[%{m}%H - %{= r}%l%? %1`%?%{g}]%= %{= kg}%-w%{gk} %n*%t%?(%u)%? %{-}%+w %=%{g}[%{m}%c%{g}]' | |
# huge scrollback buffer | |
defscrollback 50000 | |
# put screen scrollback into terminal |