Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot
This commit is contained in:
parent
0ab856b18e
commit
b3ba7481d8
107 changed files with 437 additions and 696 deletions
|
@ -1,11 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, pkgsUnstable, ... }:
|
||||
{
|
||||
programs.ranger = {
|
||||
enable = true;
|
||||
#package = pkgs.ranger;
|
||||
package = pkgsUnstable.ranger;
|
||||
settings = {
|
||||
preview_images = true;
|
||||
#preview_images_method = "sixel";
|
||||
preview_images_method = "sixel";
|
||||
dirname_in_tabs = true;
|
||||
autosave_bookmarks = false;
|
||||
show_hidden = true;
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
{
|
||||
vars.displays = {
|
||||
tower1 = "Microstep MSI G24C 0000000000001";
|
||||
tower2 = "BNQ BenQ GW2270 6CH00781019";
|
||||
tower2 = "Dell Inc. DELL P2214H KW14V4965YKS";
|
||||
tower3 = "Eizo Nanao Corporation CG223W 23252050";
|
||||
tower4 = "Samsung Electric Company SAMSUNG Unknown";
|
||||
tower4 = "Sony SONY TV 0x01010101";
|
||||
|
||||
detritus1 = "Dell Inc. DELL P2214H KW14V4965YKS";
|
||||
detritus2 = "HannStar Display Corp iP192A 051AW1WY03797";
|
||||
intuos1 = "Wacom Tech Cintiq W1310 MIRACULIX";
|
||||
intuos2 = "BNQ BenQ GW2270 6CH00781019";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,6 +11,13 @@
|
|||
mode = "1920x1080@143.979996Hz";
|
||||
};
|
||||
}
|
||||
{
|
||||
output = {
|
||||
criteria = tower3;
|
||||
mode = "1680x1050@59.883";
|
||||
transform = "90";
|
||||
};
|
||||
}
|
||||
|
||||
# Profiles
|
||||
{
|
||||
|
@ -20,19 +27,22 @@
|
|||
{
|
||||
criteria = tower1;
|
||||
position = "3840,405";
|
||||
status = "enable";
|
||||
}
|
||||
{
|
||||
criteria = tower2;
|
||||
position = "1920,405";
|
||||
status = "enable";
|
||||
}
|
||||
{
|
||||
criteria = tower3;
|
||||
position = "5760,0";
|
||||
transform = "90";
|
||||
status = "enable";
|
||||
}
|
||||
{
|
||||
criteria = tower4;
|
||||
position = "0,405";
|
||||
status = "enable";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -44,49 +54,34 @@
|
|||
{
|
||||
criteria = tower1;
|
||||
position = "1920,405";
|
||||
status = "enable";
|
||||
}
|
||||
{
|
||||
criteria = tower2;
|
||||
position = "0,405";
|
||||
status = "enable";
|
||||
}
|
||||
{
|
||||
criteria = tower3;
|
||||
position = "3840,0";
|
||||
transform = "90";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
profile = {
|
||||
name = "detritus";
|
||||
outputs = [
|
||||
{
|
||||
criteria = detritus1;
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = detritus2;
|
||||
position = "1920,0";
|
||||
scale = 0.85;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
profile = {
|
||||
name = "byod";
|
||||
outputs = [
|
||||
{
|
||||
criteria = "Dell Inc. DELL U3423WE H8LGMP3";
|
||||
scale = 1.15;
|
||||
status = "enable";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
profile = {
|
||||
name = "intuos";
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "disable";
|
||||
criteria = intuos1;
|
||||
position = "1920,278";
|
||||
scale = 1.80;
|
||||
}
|
||||
{
|
||||
criteria = intuos2;
|
||||
position = "0,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -238,7 +238,7 @@
|
|||
output = [
|
||||
"!${config.vars.displays.tower2}"
|
||||
"!${config.vars.displays.tower3}"
|
||||
"!${config.vars.displays.detritus2}"
|
||||
"!${config.vars.displays.intuos2}"
|
||||
"*"
|
||||
];
|
||||
modules-left = [
|
||||
|
@ -273,7 +273,7 @@
|
|||
output = [
|
||||
config.vars.displays.tower2
|
||||
config.vars.displays.tower3
|
||||
config.vars.displays.detritus2
|
||||
config.vars.displays.intuos2
|
||||
];
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
# HID devices
|
||||
wayland.windowManager.sway.config.input = {
|
||||
"9610:4103:SINOWEALTH_Game_Mouse" = {
|
||||
pointer_accel = "-0.9";
|
||||
};
|
||||
"9639:64097:Compx_2.4G_Receiver_Mouse" = {
|
||||
pointer_accel = "-0.82";
|
||||
};
|
||||
"9610:4103:SINOWEALTH_Game_Mouse".pointer_accel = "-0.9";
|
||||
"9639:64097:Compx_2.4G_Receiver_Mouse".pointer_accel = "-0.82";
|
||||
"type:touch".map_to_output = ''"${config.vars.displays.intuos1}"'';
|
||||
|
||||
# Wildcard, affects everything
|
||||
"*" = {
|
||||
accel_profile = "flat";
|
||||
dwt = "disabled";
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
(assign "${tower1}" workspaces1) ++
|
||||
(assign "${tower2}" workspaces2) ++
|
||||
(assign "${tower3}" workspaces3) ++
|
||||
(assign "${tower4}" workspaces4);
|
||||
(assign "${tower4}" workspaces4) ++
|
||||
|
||||
(assign "${intuos2}" workspaces1) ++
|
||||
(assign "${intuos2}" workspaces2) ++
|
||||
(assign "${intuos1}" workspaces3) ++
|
||||
(assign "${intuos1}" workspaces4);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue