Update #polybar and #i3 keyboard settings
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.
This commit is contained in:
@ -200,7 +200,6 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||
client.background #ffffff
|
||||
|
||||
# Setup Russian layout siwtching with Alt+Shift
|
||||
exec --no-startup-id "setxkbmap -model pc105 -layout us,ru,fr -option grp:alts_toggle"
|
||||
|
||||
exec --no-startup-id xrdb ~/.Xresources
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user