feat: update flake
This commit is contained in:
parent
62c4f2ccb7
commit
b66238c0c4
11 changed files with 280 additions and 156 deletions
|
|
@ -1,13 +1,22 @@
|
|||
{
|
||||
hyprexpo = {
|
||||
columns = 3;
|
||||
gap_size = 5;
|
||||
bg_col = "rgb(111111)";
|
||||
workspace_method = "center current"; # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
enable_gesture = true; # laptop touchpad
|
||||
gesture_fingers = 3; # 3 or 4
|
||||
gesture_distance = 300; # how far is the "max"
|
||||
gesture_positive = true; # positive = swipe down. Negative = swipe up.
|
||||
hyprtasking = {
|
||||
layout = "grid";
|
||||
bg_color = "0xffebdbb2";
|
||||
|
||||
gap_size = 20;
|
||||
|
||||
gestures = {
|
||||
enabled = true;
|
||||
open_fingers = 3;
|
||||
open_distance = 300;
|
||||
open_positive = true;
|
||||
};
|
||||
|
||||
linear = {
|
||||
height = 400;
|
||||
scroll_speed = 1.1;
|
||||
blur = 0;
|
||||
};
|
||||
};
|
||||
|
||||
hyprwinrap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue