From 454a37131db138962da8f45b1236b66ce2a25ba7 Mon Sep 17 00:00:00 2001 From: lostecho <752549025@qq.com> Date: Fri, 14 Jul 2023 20:23:01 +0800 Subject: [PATCH] update --- dotfiles/config/hypr/hyprland.conf | 4 ++-- dotfiles/software | 7 +++++++ dotfiles/zshrc | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dotfiles/config/hypr/hyprland.conf b/dotfiles/config/hypr/hyprland.conf index 2767f61..88ae091 100644 --- a/dotfiles/config/hypr/hyprland.conf +++ b/dotfiles/config/hypr/hyprland.conf @@ -63,7 +63,7 @@ input { #clickfinger_behavior = false tap-to-click = yes drag_lock = yes - scroll_factor = 1 + scroll_factor = 0.5 } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. @@ -139,7 +139,7 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe = yes - workspace_swipe_fingers = 4 + workspace_swipe_fingers = 3 #workspace_swipe_distance = 300 #workspace_swipe_invert = true #workspace_swipe_min_speed_to_force = 30 diff --git a/dotfiles/software b/dotfiles/software index 45ddb0a..f5c65e6 100644 --- a/dotfiles/software +++ b/dotfiles/software @@ -35,6 +35,13 @@ git config --global user.name lostecho git config --global user.email 752549025@qq.com git config --global credential.helper store +# git repositories + +https://github.com/selfteaching/the-craft-of-selfteaching.git +https://github.com/xiaolai/regular-investing-in-box.git +https://github.com/xiaolai/everyone-can-use-english.git +https://github.com/xiaolai/time-as-a-friend.git + # hyprload curl -sSL https://raw.githubusercontent.com/Duckonaut/hyprload/main/install.sh | bash diff --git a/dotfiles/zshrc b/dotfiles/zshrc index de00273..a110684 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -87,7 +87,7 @@ source $ZSH/oh-my-zsh.sh # You may need to manually set your language environment export LANG=en_US.UTF-8 -export EDITOR=vim +export EDITOR=nvim #export all_proxy=http://192.168.31.40:7890 #export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab