feat: mouse profile

This commit is contained in:
hesam-init 2024-03-17 08:26:52 +03:30
parent fb427b5a6e
commit 00f5fa1a04
7 changed files with 38 additions and 14 deletions

View file

@ -1,6 +1,6 @@
# -----------------------------------------------------
# -----------------------------------------------------
# Layouts
# -----------------------------------------------------
# -----------------------------------------------------
dwindle {
pseudotile = true
@ -13,8 +13,4 @@ master {
gestures {
workspace_swipe = false
}
device:epic-mouse-v1 {
sensitivity = -0.5
}
}

View file

@ -0,0 +1,9 @@
# -----------------------------------------------------
# Mice : hyprctl devices
# -----------------------------------------------------
device:instant-usb-gaming-mouse- {
sensitivity=0.5
natural_scroll=0
accel_profile=flat
}

View file

@ -1,6 +1,6 @@
# -----------------------------------------------------
# -----------------------------------------------------
# Misc settings
# -----------------------------------------------------
# -----------------------------------------------------
misc {
disable_hyprland_logo = true

View file

@ -0,0 +1,20 @@
# -----------------------------------------------------
# General window layout and colors
# name: "Default"
# -----------------------------------------------------
general {
max_fps = 75
gaps_in = 4
gaps_out = 6
border_size = 1
col.active_border = rgba(0DB7D4FF)
col.inactive_border = rgba(31313699)
no_focus_fallback = true
layout = dwindle
allow_tearing = false
sensitivity=0.5
}

View file

@ -1 +0,0 @@
source = ~/.config/hypr/conf/windows/default.conf

View file

@ -15,5 +15,4 @@ general {
no_focus_fallback = true
layout = dwindle
allow_tearing = false
sensitivity = 0.5
}
}

View file

@ -56,9 +56,10 @@ source = ~/.config/hypr/conf/input.conf
# -----------------------------------------------------
# Load configuration files
# -----------------------------------------------------
source = ~/.config/hypr/conf/window.conf
source = ~/.config/hypr/conf/settings.conf
source = ~/.config/hypr/conf/mice.conf
source = ~/.config/hypr/conf/misc.conf
source = ~/.config/hypr/conf/decoration.conf
source = ~/.config/hypr/conf/layout.conf
source = ~/.config/hypr/conf/misc.conf
source = ~/.config/hypr/conf/keybinds.conf
source = ~/.config/hypr/conf/rules.conf