update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user