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-no-stencil = true;
|
||||||
glx-copy-from-front = false;
|
glx-copy-from-front = false;
|
||||||
glx-swap-method = "undefined";
|
glx-swap-method = "undefined";
|
||||||
refresh-rate = 0;
|
vsync = "opengl-swc";
|
||||||
vsync = "none";
|
|
||||||
xrender-sync-fence = true;
|
xrender-sync-fence = true;
|
|
@ -16,7 +16,7 @@
|
||||||
alias cls="clear"
|
alias cls="clear"
|
||||||
|
|
||||||
# Alias for using lsd as ls replacement
|
# Alias for using lsd as ls replacement
|
||||||
alias ls='lsd'
|
alias ls='lsd --icon never'
|
||||||
alias la="ls -al"
|
alias la="ls -al"
|
||||||
alias lt="ls --tree"
|
alias lt="ls --tree"
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ allow_bold = true
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
urgent_on_bell = false
|
urgent_on_bell = false
|
||||||
clickable_url = true
|
clickable_url = true
|
||||||
font = Hack 12
|
font = Hack 11
|
||||||
scrollback_lines = 1000
|
scrollback_lines = 1000
|
||||||
search_wrap = true
|
search_wrap = true
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ PROMPT="Games"
|
||||||
ACTIONS=(
|
ACTIONS=(
|
||||||
"1: Steam"
|
"1: Steam"
|
||||||
"2: Guild Wars 2"
|
"2: Guild Wars 2"
|
||||||
|
"3: Pegasus"
|
||||||
)
|
)
|
||||||
|
|
||||||
SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | rofi -dmenu -p "${PROMPT}" | cut -d ":" -f1)
|
SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | rofi -dmenu -p "${PROMPT}" | cut -d ":" -f1)
|
||||||
|
@ -29,4 +30,7 @@ case "${SELECTION}" in
|
||||||
"2")
|
"2")
|
||||||
g2.sh
|
g2.sh
|
||||||
;;
|
;;
|
||||||
|
"3")
|
||||||
|
pegasus-fe
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue