Set DPMS off by default and add bctl alias

This commit is contained in:
mitchell 2021-03-11 18:31:46 -05:00
parent dfdabf9214
commit 0b59029492
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
setxkbmap -option altwin:swap_alt_win
setxkbmap -option ctrl:swapcaps
xset s off -dpms
sxhkd &
picom -b

View File

@ -21,6 +21,7 @@ function define_aliases -a uname -d 'Defines aliases for commonly used commands'
alias webstorm 'command webstorm'
alias sctl 'sudo systemctl'
alias uctl 'systemctl --user'
alias bctl 'bluetoothctl'
case 'Darwin'
alias goland 'open -a Goland'
alias rider 'open -a Rider'