switch to new launcher, terminal style
This commit is contained in:
parent
c9db8582b4
commit
c50c81cf2f
1 changed files with 13 additions and 0 deletions
13
home.nix
13
home.nix
|
@ -52,6 +52,8 @@
|
||||||
via
|
via
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
wl-mirror
|
||||||
|
sway-launcher-desktop
|
||||||
xdg-utils
|
xdg-utils
|
||||||
zellij
|
zellij
|
||||||
zulip
|
zulip
|
||||||
|
@ -495,6 +497,16 @@
|
||||||
smart_gaps inverse_outer
|
smart_gaps inverse_outer
|
||||||
'';
|
'';
|
||||||
config = {
|
config = {
|
||||||
|
window = {
|
||||||
|
commands = [
|
||||||
|
{
|
||||||
|
command = "floating enable, sticky enable, resize set 20 ppt 40 ppt, border pixel 10";
|
||||||
|
criteria = {
|
||||||
|
app_id = "^launcher";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
gaps = {
|
gaps = {
|
||||||
inner = 50;
|
inner = 50;
|
||||||
vertical = 100;
|
vertical = 100;
|
||||||
|
@ -527,6 +539,7 @@
|
||||||
"XF86AudioNext" = "exec playerctl next";
|
"XF86AudioNext" = "exec playerctl next";
|
||||||
"XF86AudioPrev" = "exec playerctl previous";
|
"XF86AudioPrev" = "exec playerctl previous";
|
||||||
};
|
};
|
||||||
|
menu = "kitty --app-id launcher -e sway-launcher-desktop";
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
output = {
|
output = {
|
||||||
DP-1 = {
|
DP-1 = {
|
||||||
|
|
Loading…
Reference in a new issue