Better stuff
This commit is contained in:
parent
7de4ca22aa
commit
d595d0bcf0
1
bashrc
1
bashrc
|
@ -55,6 +55,7 @@ shopt -s autocd
|
|||
alias ls='ls --group-directories-first --time-style=+"%d/%m/%Y %H:%M" --color=auto -F'
|
||||
alias ll='ls -l --group-directories-first --time-style=+"%d/%m/%Y %H:%M" --color=auto -F'
|
||||
alias la='ls -la --group-directories-first --time-style=+"%d/%m/%Y %H:%M" --color=auto -F'
|
||||
alias al=sl
|
||||
alias grep='grep --color=tty -d skip'
|
||||
alias cp="cp -i" # confirm before overwriting something
|
||||
alias df='df -h' # human-readable sizes
|
||||
|
|
|
@ -312,7 +312,7 @@ bar {
|
|||
}
|
||||
|
||||
# Inactivity settings
|
||||
exec --no-startup-id xautolock -time 10 -locker 'xset dpms force standby; sleep 60; $locker'
|
||||
exec --no-startup-id xautolock -time 10 -locker 'xset dpms force standby' -killtime 1 -killer '$locker'
|
||||
bindsym $mod+F4 exec --no-startup-id xautolock -disable
|
||||
bindsym $mod+F5 exec --no-startup-id xautolock -enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue