updated bashrc and keyboard shortcuts
This commit is contained in:
parent
cf4cd7f2cd
commit
b1b416cb34
2 changed files with 9 additions and 9 deletions
|
|
@ -169,7 +169,6 @@ alias Code="cd ~/Documents/Code"
|
|||
alias js="cd ~/Documents/Code/javascript"
|
||||
alias py="cd ~/Documents/Code/python"
|
||||
alias ls="ls -lasSh --color=auto"
|
||||
alias {evr,easyavr}="python3 -m easykeymap"
|
||||
alias {his,hist}="history"
|
||||
alias {cmatrix,matrix}="cmatrix -bm -C cyan"
|
||||
alias btop="xfce4-terminal --geometry=127x51+0+0 -x btop"
|
||||
|
|
@ -185,10 +184,12 @@ alias {mop,market,stonks,stocks}="cd aur_packages/mop && go run ./cmd/mop/main.g
|
|||
alias {ddg,duck}="links https://www.duckduckgo.com"
|
||||
alias searx="links https://www.searx.bar"
|
||||
alias {vlc,mpl}="mplayer"
|
||||
alias {musik,cmu}="cmus"
|
||||
alias {muse,musik,cmu}="cmus"
|
||||
alias pulse="pamixer --set-volume"
|
||||
alias mute="pamixer -t"
|
||||
alias ytdl="youtube-dl"
|
||||
alias thinkorswim="~/thinkorswim/thinkorswim &"
|
||||
alias {vs,vsc}="code"
|
||||
alias {vs,vsc,code}="codium"
|
||||
alias cl="clear"
|
||||
alias shutdown="doas shutdown -h now"
|
||||
alias reboot="doas reboot"
|
||||
|
|
|
|||
|
|
@ -52,19 +52,18 @@
|
|||
<property name="<Super>p" type="string" value="postman"/>
|
||||
<property name="<Super>s" type="string" value="iscan"/>
|
||||
<property name="<Super>Return" type="string" value="alacritty"/>
|
||||
<property name="<Super>v" type="string" value="vlc"/>
|
||||
<property name="<Super>a" type="string" value="figma-linux"/>
|
||||
<property name="<Shift><Super>s" type="string" value="xfce4-screenshooter -r"/>
|
||||
<property name="<Super>c" type="string" value="code"/>
|
||||
<property name="<Super>u" type="string" value="galculator"/>
|
||||
<property name="<Super>y" type="string" value="steam"/>
|
||||
<property name="<Super>f" type="string" value="firefox-developer-edition"/>
|
||||
<property name="<Super>b" type="string" value="xfce4-terminal --geometry=127x51+0+0 -x btop"/>
|
||||
<property name="<Super>n" type="string" value="alacritty -e nvim"/>
|
||||
<property name="<Super>d" type="string" value="xfce4-popup-whiskermenu"/>
|
||||
<property name="<Super>m" type="string" value="alacritty -e micro"/>
|
||||
<property name="<Super>x" type="string" value="xfce4-terminal --geometry=127x51+0+0"/>
|
||||
<property name="<Super>t" type="string" value="thunar"/>
|
||||
<property name="<Super>b" type="string" value="xfce4-terminal --geometry=142x57+0+0 -x btop"/>
|
||||
<property name="<Super>x" type="string" value="xfce4-terminal --geometry=142x57+0+0"/>
|
||||
<property name="<Super>c" type="string" value="chromium"/>
|
||||
<property name="<Super>v" type="string" value="codium"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="xfwm4" type="empty">
|
||||
|
|
@ -230,7 +229,7 @@
|
|||
<property name="<Super>q" type="string" value="tile_up_left_key"/>
|
||||
<property name="<Super>w" type="string" value="tile_up_right_key"/>
|
||||
<property name="<Alt>f" type="string" value="fullscreen_key"/>
|
||||
<property name="<Alt>q" type="string" value="close_window_key"/>
|
||||
<property name="<Shift><Alt>q" type="string" value="close_window_key"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="providers" type="array">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue