Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
6a5c76d2ca
7 changed files with 29 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
home-manager.users.willifan = {
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
settings = [
|
||||
{
|
||||
|
@ -42,6 +42,9 @@
|
|||
scale = 1.0;
|
||||
transform = "270";
|
||||
}
|
||||
{
|
||||
criteria = "*";
|
||||
}
|
||||
];
|
||||
profile.exec = "$XDG_CONFIG_HOME/eww/scripts/monitors.sh";
|
||||
}
|
||||
|
|
|
@ -13,11 +13,12 @@
|
|||
monitor = [
|
||||
", preffered, auto, 1"
|
||||
"eDP-1, preferred, 0x0, 1.6"
|
||||
"desc:ViewSonic Corporation VX2705-2KP W6Z205100250, 2560x1440@144Hz, 0x384, 1.25"
|
||||
"desc:ViewSonic Corporation VX2705-2KP W6Z210400766, 2560x1440@144Hz, 2048x384, 1.25"
|
||||
"desc:BNQ BenQ BL2283 CAM01567019, 1920x1080@60Hz, 4096x0, 1.0, transform, 3"
|
||||
];
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = [
|
||||
''kanshi &''
|
||||
|
||||
''hyprctl dispatch exec "[workspace 1 silent] kitty"''
|
||||
''hyprctl dispatch exec "[workspace 2 silent] firefox"''
|
||||
#''hyprctl dispatch exec "[workspace 3 silent] "''
|
||||
|
|
|
@ -3,4 +3,8 @@
|
|||
programs.steam.enable = true;
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2102", MODE="0660", TAG+="uaccess"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue