My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: moved all input config to

+23 -19
+3 -19
hypr/.config/hypr/hyprland.conf
··· 9 9 source = ~/.config/hypr/hyprland/autostart.conf 10 10 11 11 # Keybindings, see hyprland/keybinds.conf for list 12 - source = ~/.config/hypr/hyprland/keybinds.conf 12 + source = ~/.config/hypr/hyprland/input.conf 13 13 14 - # Environment variables 15 - env = XCURSOR_SIZE,20 16 - env = XCURSOR_THEME,Bibata-Modern-Classic 17 - env = HYPRCURSOR_SIZE,20 18 - env = HYPRCURSOR_THEME,Bibata-Modern-Classic-hypr 14 + # Environment variables, see hyprland/environment.conf for list 15 + source = ~/.config/hypr/hyprland/environment.conf 19 16 20 17 cursor { 21 18 enable_hyprcursor = true ··· 110 107 111 108 layerrule = blur, waybar 112 109 layerrule = blur, launcher 113 - 114 - # Input settings 115 - input { 116 - kb_layout = us 117 - 118 - follow_mouse = 0 119 - 120 - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. 121 - 122 - touchpad { 123 - natural_scroll = true 124 - } 125 - } 126 110 127 111 # Ignore maximize requests from apps. You'll probably like this. 128 112 windowrulev2 = suppressevent maximize, class:.*
+4
hypr/.config/hypr/hyprland/environment.conf
··· 1 + env = XCURSOR_SIZE,20 2 + env = XCURSOR_THEME,Bibata-Modern-Classic 3 + env = HYPRCURSOR_SIZE,20 4 + env = HYPRCURSOR_THEME,Bibata-Modern-Classic-hypr
+16
hypr/.config/hypr/hyprland/keybinds.conf hypr/.config/hypr/hyprland/input.conf
··· 1 + # -- Input settings -- 2 + 3 + input { 4 + kb_layout = us 5 + 6 + follow_mouse = 0 7 + 8 + sensitivity = 0 9 + 10 + touchpad { 11 + natural_scroll = true 12 + } 13 + } 14 + 15 + # -- Keybinds --- 16 + 1 17 $mainMod = SUPER 2 18 3 19 # Compositor binds