mirror of https://github.com/mitchell/dotfiles.git
Set DPMS off by default and add bctl alias
This commit is contained in:
parent
dfdabf9214
commit
0b59029492
|
@ -2,6 +2,7 @@
|
|||
|
||||
setxkbmap -option altwin:swap_alt_win
|
||||
setxkbmap -option ctrl:swapcaps
|
||||
xset s off -dpms
|
||||
|
||||
sxhkd &
|
||||
picom -b
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue