update linux

This commit is contained in:
2021-02-05 20:37:04 +09:00
parent 488ce65e37
commit eb1c2cc678
3 changed files with 13 additions and 1 deletions

View 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

View File

@@ -49,7 +49,8 @@ const linux: DotOption = {
kcm-fcitx5 numix-gtk-theme-git numix-circle-icon-theme-git
telegram-desktop nautilus eog smplayer smplayer-skins transgui-qt
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: {
...common.link,

1
zshrc
View File

@@ -105,6 +105,7 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias vi=vim
TERM=xterm-256color
export GPG_TTY=$(tty)
if [[ `uname` != "Darwin" ]]; then