Compare commits
2 commits
1f3fc55e00
...
e974504179
Author | SHA1 | Date | |
---|---|---|---|
e974504179 | |||
57b9caf371 |
16 changed files with 15 additions and 4 deletions
|
@ -20,7 +20,7 @@ bind = SUPER Alt_L, Return, exec, hyprswapworkspaces
|
||||||
# Windows
|
# Windows
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
bindm = SUPER, mouse:273, resizewindow
|
||||||
bind = SUPER SHIFT, Q, hy3:killactive
|
bind = SUPER SHIFT, Q, killactive
|
||||||
bind = SUPER SHIFT, 10, movetoworkspacesilent, 1
|
bind = SUPER SHIFT, 10, movetoworkspacesilent, 1
|
||||||
bind = SUPER SHIFT, 11, movetoworkspacesilent, 2
|
bind = SUPER SHIFT, 11, movetoworkspacesilent, 2
|
||||||
bind = SUPER SHIFT, 12, movetoworkspacesilent, 3
|
bind = SUPER SHIFT, 12, movetoworkspacesilent, 3
|
|
@ -9,4 +9,10 @@ input {
|
||||||
# Mouse
|
# Mouse
|
||||||
sensitivity = 0.0
|
sensitivity = 0.0
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
|
|
||||||
|
# Touchpad
|
||||||
|
touchpad {
|
||||||
|
disable_while_typing = false
|
||||||
|
natural_scroll = true
|
||||||
|
}
|
||||||
}
|
}
|
8
config/hypr-ahrc--pc/hyprland.d/startup.conf
Normal file
8
config/hypr-ahrc--pc/hyprland.d/startup.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Wallpaper
|
||||||
|
exec-once = hyprpaper
|
||||||
|
|
||||||
|
# XDG compliance
|
||||||
|
exec-once = hyprxdg
|
||||||
|
|
||||||
|
# SwayOSD
|
||||||
|
exec-once = swayosd-server
|
|
@ -1,3 +0,0 @@
|
||||||
# Wallpaper
|
|
||||||
exec-once = hyprpaper
|
|
||||||
exec-once = hyprxdg
|
|
Loading…
Reference in a new issue