x
This commit is contained in:
parent
10235bc9da
commit
b6d260435a
@ -4,16 +4,21 @@ autogenerated = 0 # remove this line to remove the warning
|
|||||||
### MONITORS ###
|
### MONITORS ###
|
||||||
################
|
################
|
||||||
monitor=eDP-1,highres,0x0,1.566667
|
monitor=eDP-1,highres,0x0,1.566667
|
||||||
|
monitor=desc:HKC OVERSEAS LIMITED 27E1Q 0000000000001,2560x1440@144,2256x0,1
|
||||||
|
monitor=desc:Acer Technologies GN276HL T6BEE0018501,1920x1080,4816x0,1,transform,3
|
||||||
monitor=,highres,auto,auto
|
monitor=,highres,auto,auto
|
||||||
|
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
### AUTOSTART SERVICES ###
|
### AUTOSTART SERVICES ###
|
||||||
##########################
|
##########################
|
||||||
|
exec-once = kanshi
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = easyeffects --gapplication-service
|
exec-once = easyeffects --gapplication-service
|
||||||
|
exec-once = nm-applet --indicator
|
||||||
|
exec-once = kdeconnectd
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
@ -38,11 +43,17 @@ exec-once = pactl set-sink-volume @DEFAULT_SINK@ 0%
|
|||||||
####################
|
####################
|
||||||
### ENVIRONMENT ###
|
### ENVIRONMENT ###
|
||||||
####################
|
####################
|
||||||
env = XCURSOR_SIZE,20
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_SIZE,20
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
env = HYPRCURSOR,Sweet-cursors-hyprcursor
|
||||||
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3"
|
#################
|
||||||
|
### DARK MODE ###
|
||||||
|
#################
|
||||||
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||||
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||||
|
exec-once = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3"
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
@ -186,19 +197,26 @@ input {
|
|||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
#sensitivity = -0.5 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
scroll_factor = 0.4
|
scroll_factor = 0.4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
device {
|
device {
|
||||||
name = razer-razer-deathadder-elite
|
name = razer-razer-deathadder-elite
|
||||||
sensitivity = 0
|
sensitivity = 0
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
}
|
}
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = logitech-usb-receiver
|
||||||
|
sensitivity = -0.2
|
||||||
|
accel_profile = flat
|
||||||
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
workspace_swipe = true
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
preload = ~/.config/wallpaper/Sollee.png
|
preload = /home/catman/.config/wallpaper/Sollee.png
|
||||||
preload = ~/.config/wallpaper/Kath.png
|
wallpaper = ,/home/catman/.config/wallpaper/Sollee.png
|
||||||
|
|
||||||
wallpaper = ,~/.config/wallpaper/Sollee.png
|
|
||||||
splash = false
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user