Better stuff
This commit is contained in:
parent
7de4ca22aa
commit
d595d0bcf0
3 changed files with 6 additions and 1 deletions
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 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 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 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 grep='grep --color=tty -d skip'
|
||||||
alias cp="cp -i" # confirm before overwriting something
|
alias cp="cp -i" # confirm before overwriting something
|
||||||
alias df='df -h' # human-readable sizes
|
alias df='df -h' # human-readable sizes
|
||||||
|
|
|
@ -312,7 +312,7 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Inactivity settings
|
# 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+F4 exec --no-startup-id xautolock -disable
|
||||||
bindsym $mod+F5 exec --no-startup-id xautolock -enable
|
bindsym $mod+F5 exec --no-startup-id xautolock -enable
|
||||||
|
|
||||||
|
|
4
vimrc
4
vimrc
|
@ -178,6 +178,10 @@ set incsearch
|
||||||
|
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
|
||||||
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
set expandtab
|
||||||
|
|
||||||
set visualbell
|
set visualbell
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue