config/hyprland : mise à jour config
This commit is contained in:
parent
aa54e27a28
commit
f04bb3e74d
5 changed files with 6 additions and 10 deletions
|
@ -20,7 +20,7 @@ bind = SUPER Alt_L, Return, exec, hyprswapworkspaces
|
|||
# Windows
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bindm = SUPER, mouse:273, resizewindow
|
||||
bind = SUPER SHIFT, Q, killactive
|
||||
bind = SUPER SHIFT, Q, hy3:killactive
|
||||
bind = SUPER SHIFT, 10, movetoworkspacesilent, 1
|
||||
bind = SUPER SHIFT, 11, movetoworkspacesilent, 2
|
||||
bind = SUPER SHIFT, 12, movetoworkspacesilent, 3
|
||||
|
|
|
@ -5,14 +5,9 @@ input {
|
|||
numlock_by_default = true
|
||||
repeat_rate = 75
|
||||
repeat_delay = 300
|
||||
kb_options = compose:rwin
|
||||
|
||||
# Mouse
|
||||
sensitivity = 0.0
|
||||
accel_profile = flat
|
||||
|
||||
# Touchpad
|
||||
touchpad {
|
||||
disable_while_typing = false
|
||||
natural_scroll = true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# Main monitor
|
||||
monitor = , highrr, 1920x0, 1
|
||||
monitor = HEADLESS-2, 1920x1080@74.97300, 0x0, 1
|
||||
|
|
|
@ -20,10 +20,10 @@ plugin {
|
|||
text_padding = 10
|
||||
col.active = $col_accentdark
|
||||
col.urgent = rgb(ffd966)
|
||||
col.inactive = $col_inactive
|
||||
col.inactive = rgba(00000080)
|
||||
col.text.active = $col_textlight
|
||||
col.text.urgent = rgba(000000e8)
|
||||
col.text.inactive = $col_textlight
|
||||
col.text.inactive = rgba(ffffffb0)
|
||||
}
|
||||
|
||||
# Autotile
|
||||
|
|
|
@ -4,5 +4,5 @@ exec-once = hyprpaper
|
|||
# XDG compliance
|
||||
exec-once = hyprxdg
|
||||
|
||||
# SwayOSD
|
||||
# swayosd
|
||||
exec-once = swayosd-server
|
||||
|
|
Loading…
Reference in a new issue