mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-27 07:50:45 +02:00
Add support for local keybinds
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
a89c918c5d
commit
acac884cfe
16 changed files with 87 additions and 40 deletions
|
|
@ -49,6 +49,7 @@ pub fn deinit(self: *InfoLine) void {
|
|||
pub fn widget(self: *InfoLine) Widget {
|
||||
return Widget.init(
|
||||
"InfoLine",
|
||||
null,
|
||||
self,
|
||||
deinit,
|
||||
null,
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ pub fn deinit(self: *Session) void {
|
|||
pub fn widget(self: *Session) Widget {
|
||||
return Widget.init(
|
||||
"Session",
|
||||
null,
|
||||
self,
|
||||
deinit,
|
||||
null,
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ pub fn deinit(self: *UserList) void {
|
|||
pub fn widget(self: *UserList) Widget {
|
||||
return Widget.init(
|
||||
"UserList",
|
||||
null,
|
||||
self,
|
||||
deinit,
|
||||
null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue