feat: add host IROH, improve hyprland config, add ausweisapp
This commit is contained in:
parent
7c5af81e75
commit
1e8844c6a3
18 changed files with 554 additions and 73 deletions
|
|
@ -14,30 +14,28 @@
|
|||
];
|
||||
};
|
||||
|
||||
/*
|
||||
gaming = {
|
||||
iroh = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "LVDS-1";
|
||||
status = "disable";
|
||||
}
|
||||
{
|
||||
criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL";
|
||||
status = "disable";
|
||||
}
|
||||
{
|
||||
criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L";
|
||||
criteria = "DP-3";
|
||||
status = "enable";
|
||||
mode = "1920x1080";
|
||||
mode = "2560x1440";
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "HJW VGA TO HDMI 0x00000100";
|
||||
status = "disable";
|
||||
criteria = "DP-2";
|
||||
status = "enable";
|
||||
mode = "2560x1440";
|
||||
position = "2560,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
status = "enable";
|
||||
mode = "2560x1440";
|
||||
position = "5120,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
*/
|
||||
|
||||
station = {
|
||||
outputs = [
|
||||
|
|
|
|||
|
|
@ -5,8 +5,12 @@
|
|||
settings.mainBar = {
|
||||
layer = "top";
|
||||
margin = "5 5 5 5";
|
||||
modules-left = [ "sway/workspaces" "sway/window" "sway/mode"
|
||||
# "hyprland/workspaces" "hyprland/window"
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
"sway/window"
|
||||
"sway/mode"
|
||||
"hyprland/workspaces"
|
||||
"hyprland/window"
|
||||
];
|
||||
modules-center = [ "clock" ];
|
||||
modules-right = [ "tray" "network" "pulseaudio" "custom/mem" "temperature" "backlight" "battery" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue