update linux
This commit is contained in:
10
linux/libinput-gestures.conf
Normal file
10
linux/libinput-gestures.conf
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
gesture swipe left 3 bspc desktop -f next.local
|
||||||
|
gesture swipe right 3 bspc desktop -f prev.local
|
||||||
|
gesture swipe up 3 rofi -show window
|
||||||
|
gesture swipe down 3 xdotool key Escape
|
||||||
|
|
||||||
|
gesture swipe left 4 xdotool key alt+Right
|
||||||
|
gesture swipe right 4 xdotool key alt+Left
|
||||||
|
|
||||||
|
gesture pinch in 4 rofi -show drun
|
||||||
|
gesture pinch out 4 xdotool key Escape
|
||||||
@@ -49,7 +49,8 @@ const linux: DotOption = {
|
|||||||
kcm-fcitx5 numix-gtk-theme-git numix-circle-icon-theme-git
|
kcm-fcitx5 numix-gtk-theme-git numix-circle-icon-theme-git
|
||||||
telegram-desktop nautilus eog smplayer smplayer-skins transgui-qt
|
telegram-desktop nautilus eog smplayer smplayer-skins transgui-qt
|
||||||
qt5-styleplugins xdg-user-dirs slim network-manager-applet bc
|
qt5-styleplugins xdg-user-dirs slim network-manager-applet bc
|
||||||
glava conky jq xdo ttf-roboto xorg-xsetroot xorg-xinput noto-fonts-cjk`,
|
glava conky jq xdo ttf-roboto xorg-xsetroot xorg-xinput noto-fonts-cjk
|
||||||
|
xorg-xmodmap libinput-gestures`,
|
||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
...common.link,
|
...common.link,
|
||||||
|
|||||||
1
zshrc
1
zshrc
@@ -105,6 +105,7 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
alias vi=vim
|
alias vi=vim
|
||||||
|
TERM=xterm-256color
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
if [[ `uname` != "Darwin" ]]; then
|
if [[ `uname` != "Darwin" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user