AutoYADM commit: 2025-05-06 14:10:58

This commit is contained in:
Daniel Fichtinger 2025-05-06 14:10:58 -04:00
parent 8460f62ea3
commit 61680e242b
4 changed files with 14 additions and 12 deletions

View file

@ -15,4 +15,4 @@ abbr -a justg just -g
abbr -a --command git pushf push --force-with-lease abbr -a --command git pushf push --force-with-lease
abbr -a lsgit eza -a --tree --git-ignore --long --icons --header abbr -a lsgit eza -a --tree --git-ignore --long --icons --header
abbr -a blu systemctl --user restart blueman-applet.service abbr -a blu systemctl --user restart blueman-applet.service
abbr -a hniri hx /home/fic/.config/niri/config.kdl abbr -a hniri hx /home/fic/.config/niri/main.kdl

View file

@ -1,5 +1,7 @@
// WARNING: Do not edit config.kdl {% include "warning.txt" %}
// It was generated by processing {{ yadm.source }}
// Host {{ yadm.hostname }} specific config:
{% if yadm.hostname == "dpad" %} {% if yadm.hostname == "dpad" %}
output "eDP-1" { output "eDP-1" {
scale 1.5 scale 1.5
@ -8,7 +10,6 @@ output "DP-1" {
mode "3840x2160" mode "3840x2160"
scale 2 scale 2
} }
{% include "main.kdl" %}
{% else %} {% else %}
// BenQ // BenQ
output "DP-1" { output "DP-1" {
@ -22,5 +23,8 @@ output "HDMI-A-1" {
workspace "music" { workspace "music" {
open-on-output "Dell" open-on-output "Dell"
} }
{% include "main.kdl" %}
{% endif %} {% endif %}
// main.kdl standard config:
{% include "main.kdl" %}

View file

@ -1,10 +1,3 @@
// This config is in the KDL format: https://kdl.dev
// "/-" comments out the following node.
// Check the wiki for a full description of the configuration:
// https://github.com/YaLTeR/niri/wiki/Configuration:-Overview
// Input device configuration.
// Find the full list of options on the wiki:
// https://github.com/YaLTeR/niri/wiki/Configuration:-Input
input { input {
keyboard { keyboard {
xkb { xkb {

5
.config/niri/warning.txt Normal file
View file

@ -0,0 +1,5 @@
// WARNING: Do not edit config.kdl!
// It was generated by processing {{ yadm.source }},
// and your changes will be overwritten.
// Edit the template, and main.kdl instead!