Multiple desktop environments * (Default) Openbox/tint2/conky * (Alt) i3-gaps/i3status * Added i3 cmdline switch to use i3-gaps instead of openbox * Added IP status to conky * Added hfsprogs (again) * New themes for dunst, ls, rofi, urxvt * ls colors make NTFS mod 777 folders readable * Disabled screen blanking (again) * Didn't disable DPMS before * Fix SSH key permissions
20 lines
348 B
Text
20 lines
348 B
Text
[settings]
|
|
usehal = false
|
|
|
|
[looks]
|
|
opacity = 70
|
|
bgcolor = black
|
|
buttontheme = foom
|
|
#buttons = cancel, logout, restart, shutdown, suspend, hibernate, lock
|
|
buttons = restart, shutdown, logout
|
|
|
|
[shortcuts]
|
|
cancel = Escape
|
|
shutdown = S
|
|
restart = R
|
|
logout = L
|
|
|
|
[commands]
|
|
shutdown = systemctl poweroff
|
|
restart = systemctl reboot
|
|
logout = openbox --exit
|