mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
sway test
This commit is contained in:
parent
a2f70efb8c
commit
caa09baba3
1 changed files with 7 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ in
|
||||||
modifier = "Mod1";
|
modifier = "Mod1";
|
||||||
menu = "rofi -show drun -show-icons -drun-icon-theme Qogir -font 'Noto Sans 14'";
|
menu = "rofi -show drun -show-icons -drun-icon-theme Qogir -font 'Noto Sans 14'";
|
||||||
terminal = "alacritty";
|
terminal = "alacritty";
|
||||||
startup = [{ command = "exec { exec alacritty -e sh -c 'neofetch; exec $SHELL'"; always = true; }];
|
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
keyboard = {
|
keyboard = {
|
||||||
|
|
@ -68,4 +67,11 @@ in
|
||||||
"${modifier}+Shift+d" = "exec emote";
|
"${modifier}+Shift+d" = "exec emote";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraConfig = ''
|
||||||
|
for_window [app_id="one.alynx.showmethekey" title="Floating Window - Show Me The Key"] {
|
||||||
|
floating enable
|
||||||
|
sticky enable
|
||||||
|
}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue