panel everywhere
This commit is contained in:
parent
f1308bb2c4
commit
220fc38dc7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user