Add wallpaper for Luci
This commit is contained in:
parent
51afc24d89
commit
c7da0e9251
1 changed files with 17 additions and 9 deletions
|
@ -1,15 +1,23 @@
|
||||||
_: {
|
_: {
|
||||||
wayland.windowManager.sway.config.input = {
|
wayland.windowManager.sway.config = {
|
||||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
input = {
|
||||||
xkb_layout = "us";
|
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||||
xkb_variant = "altgr-intl";
|
xkb_layout = "us";
|
||||||
|
xkb_variant = "altgr-intl";
|
||||||
|
};
|
||||||
|
|
||||||
|
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
||||||
|
"tap" = "enable";
|
||||||
|
"accel_profile" = "adaptive";
|
||||||
|
"dwt" = "enable";
|
||||||
|
"pointer_accel" = "0.3";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
output = {
|
||||||
"tap" = "enable";
|
"eDP-1" = {
|
||||||
"accel_profile" = "adaptive";
|
bg = "~/medias/images/wallpapers/wallpaper.png center #000000";
|
||||||
"dwt" = "enable";
|
};
|
||||||
"pointer_accel" = "0.3";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue