fix: some stuff
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
set fish_greeting
|
||||
|
||||
set -gx ANDROID_SDK_ROO
|
||||
set -gx ANDROID_SDK_ROOT
|
||||
set -gx ANDROID_HOME $HOME/Android/Sdk
|
||||
set -gx NDK_HOME $ANDROID_HOME/ndk/$(ls -1 $ANDROID_HOME/ndk)
|
||||
|
||||
|
||||
@ -51,6 +51,7 @@ $menu = wofi --show drun
|
||||
exec-once = waybar
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = hyprpaper
|
||||
exec-once = kdeconnectd
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@ -201,7 +202,7 @@ input {
|
||||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = -2 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
@ -212,10 +213,10 @@ input {
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
# gestures {
|
||||
# workspace_swipe = true
|
||||
# }
|
||||
#
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device {
|
||||
|
||||
Reference in New Issue
Block a user