mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
fix: config sync issues
This commit is contained in:
@@ -55,6 +55,7 @@ exec-once=zsh $HOME/.config/hypr/autostart.sh
|
||||
env = XCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,/usr/share/icons/Gruvbox-Dark/index.theme
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_THEME,/usr/share/icons/Gruvbox-Dark/index.theme
|
||||
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
env = GDK_BACKEND,wayland,x11
|
||||
@@ -199,6 +200,8 @@ input {
|
||||
kb_options =
|
||||
kb_rules =
|
||||
|
||||
numlock_by_default = true
|
||||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
@@ -268,6 +271,8 @@ bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
bind = $mainMod SHIFT, F, fullscreen, 0
|
||||
bind = $mainMod, T, togglefloating
|
||||
bind = $mainMod, mouse:274, togglefloating
|
||||
|
||||
# Move focus with mainMod + vim keys
|
||||
bind = $mainMod, H, movefocus, l
|
||||
|
||||
Reference in New Issue
Block a user