Skip to content

Commit

Permalink
fix hyprland config
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Sep 23, 2024
1 parent 04d2574 commit c186cab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions home/modules/wayland/hyprland/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source = ~/.config/hypr/monitors.conf

input {
kb_layout=us,es,pl
kb_layout=us
kb_options=ctrl:nocaps
follow_mouse=0
touchpad {
Expand All @@ -12,11 +12,10 @@ input {
}

general {
sensitivity=1

gaps_in=6
gaps_out=12
border_size=4
border_size=3
col.active_border=0xffb072d1
col.inactive_border=0xff292a37

Expand Down Expand Up @@ -109,6 +108,10 @@ windowrulev2=fullscreenstate,class:^(flameshot)$
windowrulev2=monitor 0,class:^(flameshot)$
windowrulev2=move 0 -195,class:^(flameshot)$

# games rules
windowrulev2 = fullscreen,class:(dotnet),title:(Terraria:.*)
windowrulev2 = immediate, class:^(steam_app.*)$, title:.*Steam Workshop.*

# submaps
bind=ALT,R,submap,resize
submap=resize
Expand Down

0 comments on commit c186cab

Please sign in to comment.