mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-11-18 09:39:41 +01:00
syncing pain
This commit is contained in:
parent
c273f7c569
commit
b0b0347c3d
2 changed files with 5 additions and 8 deletions
|
|
@ -7,6 +7,9 @@
|
|||
variant = "altgr-intl";
|
||||
};
|
||||
};
|
||||
mouse = {
|
||||
accel-profile = "flat";
|
||||
};
|
||||
touchpad = {
|
||||
tap = false;
|
||||
natural-scroll = true;
|
||||
|
|
|
|||
|
|
@ -39,14 +39,8 @@
|
|||
small_image = "logo";
|
||||
small_text = "Helix";
|
||||
idle = {
|
||||
timeout = 30;
|
||||
action = "change_activity";
|
||||
state = "Idling";
|
||||
details = "In Helix";
|
||||
large_image = "logo";
|
||||
large_text = "Helix";
|
||||
small_image = "idle";
|
||||
small_text = "Idle";
|
||||
timeout = 3600;
|
||||
# action = "change_activity"; state = "Idling"; details = "In Helix"; large_image = "logo"; large_text = "Helix"; small_image = "idle"; small_text = "Idle";
|
||||
};
|
||||
rules = {
|
||||
mode = "blacklist";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue