panel everywhere

This commit is contained in:
Rachel Lambda Samuelsson 2025-04-19 19:21:36 +02:00
parent f1308bb2c4
commit 220fc38dc7

View File

@ -21,6 +21,11 @@
command = "wezterm";
};
"launch-browser" = {
name = "Launch Browser";
key = "Meta+Backspace";
command = "firefox";
};
"cpypsk" = {
name = "Launch cpypsk";
@ -68,6 +73,7 @@
panels = [
{
screen = "all";
location = if config.i3-plasma then "top" else "bottom";
floating = true;
height = if config.i3-plasma then 36 else 44;