Update aliases and games.sh
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
df208c3d3e
commit
171f1ca97e
4 changed files with 7 additions and 4 deletions
|
@ -22,6 +22,5 @@ backend = "glx";
|
|||
glx-no-stencil = true;
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = "undefined";
|
||||
refresh-rate = 0;
|
||||
vsync = "none";
|
||||
vsync = "opengl-swc";
|
||||
xrender-sync-fence = true;
|
|
@ -16,7 +16,7 @@
|
|||
alias cls="clear"
|
||||
|
||||
# Alias for using lsd as ls replacement
|
||||
alias ls='lsd'
|
||||
alias ls='lsd --icon never'
|
||||
alias la="ls -al"
|
||||
alias lt="ls --tree"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ allow_bold = true
|
|||
dynamic_title = true
|
||||
urgent_on_bell = false
|
||||
clickable_url = true
|
||||
font = Hack 12
|
||||
font = Hack 11
|
||||
scrollback_lines = 1000
|
||||
search_wrap = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue