Update hyprland config for latest update (hyprlang)

This commit is contained in:
ItsDrike 2024-02-18 20:31:15 +01:00
parent eba5d3fdbc
commit 0d3c5f1db4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 14 additions and 11 deletions

View file

@ -1,6 +1,6 @@
################# # #################
### AUTOSTART ### # ### AUTOSTART ###
################# # #################
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE
@ -14,9 +14,9 @@ exec-once = discord
# exec-once = webcord --start-minimized # exec-once = webcord --start-minimized
######################### # #########################
### CATEGORY SETTINGS ### # ### CATEGORY SETTINGS ###
######################### # #########################
general { general {
# cursor_inactive_timeout = 10 # cursor_inactive_timeout = 10
@ -55,9 +55,10 @@ dwindle {
#smart_split = true #smart_split = true
} }
####################### # #######################
### EXTERNAL CONFIG ### # ### EXTERNAL CONFIG ###
####################### # #######################
source = ~/.config/hypr/input.conf source = ~/.config/hypr/input.conf
source = ~/.config/hypr/style.conf source = ~/.config/hypr/style.conf
source = ~/.config/hypr/keybinds.conf source = ~/.config/hypr/keybinds.conf

View file

@ -31,13 +31,15 @@ input {
### PER-DEVICE SETTINGS ### ### PER-DEVICE SETTINGS ###
########################### ###########################
device:tpps/2-elan-trackpoint { device {
name = tpps/2-elan-trackpoint
enabled = true enabled = true
tap-to-click = true tap-to-click = true
tap_button_map = lrm tap_button_map = lrm
} }
device:elan06c9:00-04f3:320b-touchpad { device {
name = elan06c9:00-04f3:320b-touchpad
enabled = true enabled = true
} }