Compare commits
6 commits
3327ef41c8
...
1a7968525e
Author | SHA1 | Date | |
---|---|---|---|
|
1a7968525e | ||
|
6218430aa1 | ||
|
5d3413912d | ||
|
604ba8753f | ||
|
78f05a4886 | ||
|
72325d4f83 |
|
@ -10,7 +10,7 @@ opacity = 1
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }
|
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }
|
||||||
size = 16
|
size = 12
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
@ -19,4 +19,5 @@ import = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[terminal]
|
[terminal]
|
||||||
shell = { program = "tmux", args = ["new"] }
|
# shell = { program = "tmux", args = ["new"] }
|
||||||
|
shell = { program = "fish" }
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
general {
|
general {
|
||||||
col.active_border = $primary
|
col.active_border = $primary
|
||||||
col.inactive_border = $secondary
|
col.inactive_border = $secondary
|
||||||
gaps_in = 15
|
gaps_in = 10
|
||||||
gaps_out = 30
|
gaps_out = 20
|
||||||
border_size = 3
|
border_size = 3
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
extend_border_grab_area = true
|
extend_border_grab_area = true
|
||||||
|
|
|
@ -7,7 +7,7 @@ plugin {
|
||||||
sensitivity = 4.0
|
sensitivity = 4.0
|
||||||
|
|
||||||
# must be >= 3
|
# must be >= 3
|
||||||
workspace_swipe_fingers = 3
|
workspace_swipe_fingers = 4
|
||||||
|
|
||||||
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
|
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
|
||||||
# and can be used at the same time
|
# and can be used at the same time
|
||||||
|
@ -24,13 +24,21 @@ plugin {
|
||||||
resize_on_border_long_press = true
|
resize_on_border_long_press = true
|
||||||
|
|
||||||
# in pixels, the distance from the edge that is considered an edge
|
# in pixels, the distance from the edge that is considered an edge
|
||||||
edge_margin = 10
|
edge_margin = 100
|
||||||
|
|
||||||
experimental {
|
experimental {
|
||||||
# send proper cancel events to windows instead of hacky touch_up events,
|
# send proper cancel events to windows instead of hacky touch_up events,
|
||||||
# NOT recommended as it crashed a few times, once it's stabilized I'll make it the default
|
# NOT recommended as it crashed a few times, once it's stabilized I'll make it the default
|
||||||
send_cancel = 0
|
send_cancel = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
hyprgrass-bind = , swipe:3:u, exec, $menu
|
hyprgrass-bind = , edge:d:u, exec, $menu
|
||||||
|
hyprgrass-bind = , swipe:3:u, togglefloating
|
||||||
|
hyprgrass-bind = , edge:l:u, exec, brightnessctl set 5%+
|
||||||
|
hyprgrass-bind = , edge:l:d, exec, brightnessctl set 5%-
|
||||||
|
hyprgrass-bind = , edge:r:l, killactive
|
||||||
|
hyprgrass-bind = , edge:l:r, togglesplit
|
||||||
|
|
||||||
|
hyprgrass-bindm = , longpress:3, movewindow
|
||||||
|
hyprgrass-bindm = , longpress:2, resizewindow
|
|
@ -20,7 +20,7 @@ windowrulev2 = suppressevent maximize, class:.*
|
||||||
# Pavucontrol
|
# Pavucontrol
|
||||||
windowrulev2 = float, class:^(org.pulseaudio.pavucontrol)$
|
windowrulev2 = float, class:^(org.pulseaudio.pavucontrol)$
|
||||||
windowrulev2 = size 696 570, class:^(org.pulseaudio.pavucontrol)$
|
windowrulev2 = size 696 570, class:^(org.pulseaudio.pavucontrol)$
|
||||||
windowrulev2 = move 1630 820, class:^(org.pulseaudio.pavucontrol)$
|
windowrulev2 = move 711 376, class:^(org.pulseaudio.pavucontrol)$
|
||||||
windowrulev2 = monitor DP-1, class:^(org.pulseaudio.pavucontrol)$
|
windowrulev2 = monitor DP-1, class:^(org.pulseaudio.pavucontrol)$
|
||||||
windowrulev2 = opacity 0.9, class:^(org.pulseaudio.pavucontrol)$
|
windowrulev2 = opacity 0.9, class:^(org.pulseaudio.pavucontrol)$
|
||||||
|
|
||||||
|
|
|
@ -610,6 +610,6 @@
|
||||||
"authenticated": true,
|
"authenticated": true,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": true,
|
"settingsSync": true,
|
||||||
"settingsSyncVersion": 1731730708667
|
"settingsSyncVersion": 1732184345362
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue