mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update hyprland config for latest update (hyprlang)
This commit is contained in:
parent
eba5d3fdbc
commit
0d3c5f1db4
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue