mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-16 20:46:08 +01:00
68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
|
|
#
|
|
# Executes
|
|
#
|
|
exec-once = wlsunset
|
|
exec-once = hyprpaper
|
|
exec-once = waybar
|
|
exec-once = avizo-service
|
|
#
|
|
# Monitor
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
#
|
|
monitor=,preferred,auto,auto
|
|
monitor=,addreserved,5,15,15,15
|
|
monitor=desc:Lenovo Group Limited LEN T32p-20 VNA8W4PX,preferred,auto,1.2
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
|
|
# Execute your favorite apps at launch
|
|
# exec-once = waybar & hyprpaper & firefox
|
|
|
|
# Source a file (multi-file configs)
|
|
source = ~/.config/hypr/keymap.conf
|
|
source = ~/.config/hypr/rice.conf
|
|
|
|
# Some default env vars.
|
|
env = XCURSOR_SIZE,24
|
|
#
|
|
# Input
|
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
|
#
|
|
input {
|
|
kb_layout = se
|
|
kb_variant = mac
|
|
|
|
follow_mouse = 1
|
|
|
|
touchpad {
|
|
natural_scroll = no
|
|
clickfinger_behavior = yes
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|
|
|
|
gestures {
|
|
workspace_swipe_invert = false
|
|
workspace_swipe_distance = 700
|
|
gesture = 3, horizontal, workspace
|
|
}
|
|
|
|
master {
|
|
}
|
|
|
|
# Example per-device config
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
|
#device:epic-mouse-v1 {
|
|
# sensitivity = -0.5
|
|
#}
|
|
|
|
# Example windowrule v1
|
|
# windowrule = float, ^(alacritty)$
|
|
# Example windowrule v2
|
|
# windowrulev2 = float,class:^(alacritty)$,title:^(alacritty)$
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
|
|
|