Update base skel

This commit is contained in:
natemaia 2020-04-10 16:01:46 -07:00
parent 999f1fcf31
commit 12fd7719fd
2 changed files with 1 additions and 4 deletions

View File

@ -55,11 +55,8 @@ URxvt*internalBorder: 0
URxvt*externalBorder: 0
URxvt*letterSpace: -1
URxvt.font: xft:monospace:size=11
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.m-c: perl:clipboard:copy
URxvt.keysym.m-v: perl:clipboard:paste
URxvt.urlLauncher: exo-open
URxvt.underlineURLs: true
URxvt.urlButton: 1

View File

@ -3,7 +3,7 @@ Lock,i3lock-fancy -p,system-lock-screen
Exit,^checkout(exit),system-shutdown
exit,^tag(exit)
exit to prompt,openbox --exit,system-log-out
logout,session-logout,system-log-out
suspend,systemctl -i suspend,system-log-out
reboot,systemctl -i reboot,system-reboot
poweroff,systemctl -i poweroff,system-shutdown

1 ^sep()
3 Exit,^checkout(exit),system-shutdown
4 exit,^tag(exit)
5 exit to prompt,openbox --exit,system-log-out logout,session-logout,system-log-out
6 suspend,systemctl -i suspend,system-log-out
7 reboot,systemctl -i reboot,system-reboot
8 poweroff,systemctl -i poweroff,system-shutdown
9