HybridBar: Don't launch any apps fullscreen
It was too buggy
This commit is contained in:
parent
7b2f0fc5c3
commit
ed743b8731
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"right-button_wifi": {
|
||||
"text": " ",
|
||||
"command": "kitty --start-as fullscreen nmtui",
|
||||
"command": "kitty nmtui",
|
||||
"tooltip": "Click to edit WiFi"
|
||||
},
|
||||
"right-label_wifiname": {
|
||||
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
"right-button_mem": {
|
||||
"text": " ",
|
||||
"command": "kitty --start-as fullscreen bashtop",
|
||||
"command": "kitty bashtop",
|
||||
"tooltip": "Click for CPU and memory usage"
|
||||
},
|
||||
"right-label_usedmem": {
|
||||
|
|
Reference in a new issue