hyprland: config formatting
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
a7b6b59c01
commit
486280d378
1 changed files with 44 additions and 57 deletions
|
@ -7,7 +7,6 @@ _: {
|
|||
monitor = DP-3,1920x1080@144, 1400x0, auto #top
|
||||
|
||||
input {
|
||||
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
|
@ -16,12 +15,11 @@ _: {
|
|||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = -0.5 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = -0.5
|
||||
force_no_accel = true
|
||||
}
|
||||
|
||||
general {
|
||||
|
||||
gaps_in = 6
|
||||
gaps_out = 15
|
||||
border_size = 4
|
||||
|
@ -42,12 +40,10 @@ _: {
|
|||
|
||||
multisample_edges = true
|
||||
|
||||
#opactity
|
||||
inactive_opacity = 1.0
|
||||
active_opacity = 1.0
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
# shadow
|
||||
drop_shadow = yes
|
||||
shadow_range = 60
|
||||
shadow_offset = 0 5
|
||||
|
@ -56,7 +52,6 @@ _: {
|
|||
}
|
||||
|
||||
animations {
|
||||
|
||||
enabled = yes
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
@ -69,26 +64,20 @@ _: {
|
|||
}
|
||||
|
||||
dwindle {
|
||||
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
|
||||
}
|
||||
|
||||
master {
|
||||
|
||||
new_is_master = true
|
||||
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
||||
workspace_swipe = off
|
||||
|
||||
}
|
||||
|
||||
device:epic mouse V1 {
|
||||
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
|
@ -104,14 +93,12 @@ _: {
|
|||
windowrulev2 = noshadow, floating:0
|
||||
windowrulev2 = float, title:^(Volume Control)$
|
||||
windowrulev2 = float, title:^(Picture in picture)$
|
||||
windowrulev2 = float, title:^(RuneLite)$
|
||||
windowrulev2 = move 500 300, title:^(RuneLite)$
|
||||
windowrulev2 = size 810 580, title:^(RuneLite)$
|
||||
windowrulev2 = float, title:^(Steam)$
|
||||
windowrulev2 = float, title:^(Friends List)$
|
||||
windowrulev2 = float, title:^(Cryptomator)$
|
||||
windowrulev2 = fullscreen, title:^(wlogout)$
|
||||
windowrulev2 = float, title:^(wlogout)$
|
||||
windowrulev2 = float, title:^(RuneLite)$
|
||||
windowrulev2 = move 850 360, title:^(RuneLite)$
|
||||
windowrulev2 = size 830 600, title:^(RuneLite)$
|
||||
|
||||
#binds
|
||||
$mainMod = SUPER
|
||||
|
|
Loading…
Reference in a new issue