mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-29 03:17:14 +08:00
add scroll
This commit is contained in:
parent
c34f676161
commit
7257183d8f
8 changed files with 155 additions and 33 deletions
|
|
@ -6,8 +6,6 @@
|
|||
./mako.nix
|
||||
./niri
|
||||
./swhkd.nix
|
||||
./maomaowm
|
||||
./waycorner.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
swww
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.waycorner ];
|
||||
xdg.configFile."waycorner/config.toml".text = ''
|
||||
[niri-overview]
|
||||
enter_command = ["niri", "msg", "action", "toggle-overview"]
|
||||
locations = ["top_right"]
|
||||
size = 10
|
||||
margin = 20
|
||||
timeout_ms = 250
|
||||
color = "#FFFF0000"
|
||||
|
||||
[niri-overview.output]
|
||||
description = ""
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue