Better stuff

This commit is contained in:
Geoffrey Frogeye 2015-11-20 14:03:59 +01:00
parent 7de4ca22aa
commit d595d0bcf0
3 changed files with 6 additions and 1 deletions

1
bashrc
View file

@ -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

View file

@ -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

4
vimrc
View file

@ -178,6 +178,10 @@ set incsearch
set hlsearch
set tabstop=4
set shiftwidth=4
set expandtab
set visualbell
set noerrorbells