One thing that occurred to me today was to not clutter my interface. There were some "neat" nice to haves in the polybar setup I just added, but I don't NEED to see memory usage and cpu temperature most days. I have access to that if I want it, but I don't need it.
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
WLAN=/sbin/ifconfig | grep wlp | tail -1 | cut -d ':' -f 1
|
|
ETH=/sbin/ifconfig | grep veth | tail -1 | cut -d ':' -f 1
|
|
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
|
|
setxkbmap -option caps:escape -option compose:ralt &
|
|
i3
|