disbled Hyprland update news, added shortcut to logistik docs for AZPILOGISTIKXX

This commit is contained in:
2025-12-17 06:40:10 +01:00
parent 6940cb7dc1
commit 9abd04529b
2 changed files with 11 additions and 0 deletions

View File

@@ -60,6 +60,11 @@ in {
"XDG_SESSION_TYPE,hyrland" "XDG_SESSION_TYPE,hyrland"
]; ];
ecosystem = {
no_update_news = true;
no_donation_nag = true;
};
input = { input = {
numlock_by_default = true; numlock_by_default = true;
touchdevice = { touchdevice = {

View File

@@ -128,6 +128,11 @@
force_zero_scaling = true; force_zero_scaling = true;
}; };
ecosystem = {
no_update_news = true;
no_donation_nag = true;
};
input = { input = {
numlock_by_default = true; numlock_by_default = true;
touchdevice = { touchdevice = {
@@ -208,6 +213,7 @@
bind = [ bind = [
"$mainMod, t, exec, $terminal -e bash -c 'nitch; exec bash'" "$mainMod, t, exec, $terminal -e bash -c 'nitch; exec bash'"
"$mainMod, B, exec, chromium" "$mainMod, B, exec, chromium"
"$mainMod, D, exec, chromium --app=https://wiki.az-gruppe.com/s/18745ef7-ba0a-476d-955e-7bde201fa903"
"$mainMod, q, killactive" "$mainMod, q, killactive"
"$mainMod, M, exec, $terminal -e btop" "$mainMod, M, exec, $terminal -e btop"
"$mainMod, N, exec, $terminal -e nvim" "$mainMod, N, exec, $terminal -e nvim"