Updated wlogout and the wayfire.ini corresponding to the lnco documentation.

This commit is contained in:
Luc Bijl 2023-08-25 18:19:50 +02:00
parent 6d4b6eaa08
commit 180651ae17
2 changed files with 5 additions and 7 deletions

View file

@ -25,9 +25,7 @@ automount = udiskie -As
autostart_wf_shell = false
background = wf-background
bar = waybar
element = element-desktop --hidden
gamma = wlsunset -l 52.0 -L 5.9 -t 3000
idle = swayidle -w timeout 390 gtklock before-sleep gtklock
network = sleep 1; nm-applet --indicator
notifications = mako
outputs = kanshi
@ -55,7 +53,7 @@ binding_filer = <super> KEY_F
binding_firefox = <super> KEY_B
binding_gamma = <super> KEY_G
binding_kanshi = <super> KEY_K
binding_launcher = <super> KEY_S
binding_launcher = <super> KEY_SPACE
binding_matrix = <super> KEY_E
binding_mute = KEY_MUTE
binding_next = KEY_NEXTSONG
@ -63,7 +61,7 @@ binding_playpause = KEY_PLAYPAUSE
binding_previous = KEY_PREVIOUSSONG
binding_screenshot = <shift> KEY_SYSRQ
binding_screenshot_interactive = KEY_SYSRQ
binding_terminal = <super> KEY_T
binding_terminal = <super> KEY_ENTER
binding_volumedown = KEY_VOLUMEDOWN
binding_volumeup = KEY_VOLUMEUP
binding_vscode = <super> KEY_V

View file

@ -1,12 +1,12 @@
{
"label" : "lock",
"action" : "gtklock",
"action" : "gtklock -d",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "gtklock & pkexec /bin/zzz -Z",
"action" : "pkexec /bin/zzz -Z",
"text" : "Hibernate",
"keybind" : "h"
}
@ -24,7 +24,7 @@
}
{
"label" : "suspend",
"action" : "gtklock & pkexec /bin/zzz -z",
"action" : "pkexec /bin/zzz -z",
"text" : "Suspend",
"keybind" : "u"
}