feat: mouse profile
This commit is contained in:
parent
fb427b5a6e
commit
00f5fa1a04
7 changed files with 38 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Layouts
|
# Layouts
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true
|
pseudotile = true
|
||||||
|
@ -13,8 +13,4 @@ master {
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = false
|
workspace_swipe = false
|
||||||
}
|
}
|
||||||
|
|
||||||
device:epic-mouse-v1 {
|
|
||||||
sensitivity = -0.5
|
|
||||||
}
|
|
9
configs/hyprland/hypr/conf/mice.conf
Normal file
9
configs/hyprland/hypr/conf/mice.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# Mice : hyprctl devices
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
device:instant-usb-gaming-mouse- {
|
||||||
|
sensitivity=0.5
|
||||||
|
natural_scroll=0
|
||||||
|
accel_profile=flat
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Misc settings
|
# Misc settings
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
|
|
20
configs/hyprland/hypr/conf/settings.conf
Normal file
20
configs/hyprland/hypr/conf/settings.conf
Normal 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
|
||||||
|
}
|
|
@ -1 +0,0 @@
|
||||||
source = ~/.config/hypr/conf/windows/default.conf
|
|
|
@ -15,5 +15,4 @@ general {
|
||||||
no_focus_fallback = true
|
no_focus_fallback = true
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
sensitivity = 0.5
|
}
|
||||||
}
|
|
|
@ -56,9 +56,10 @@ source = ~/.config/hypr/conf/input.conf
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Load configuration files
|
# 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/decoration.conf
|
||||||
source = ~/.config/hypr/conf/layout.conf
|
source = ~/.config/hypr/conf/layout.conf
|
||||||
source = ~/.config/hypr/conf/misc.conf
|
|
||||||
source = ~/.config/hypr/conf/keybinds.conf
|
source = ~/.config/hypr/conf/keybinds.conf
|
||||||
source = ~/.config/hypr/conf/rules.conf
|
source = ~/.config/hypr/conf/rules.conf
|
Loading…
Add table
Reference in a new issue