Updated wlogout and the wayfire.ini corresponding to the lnco documentation.
This commit is contained in:
parent
6d4b6eaa08
commit
180651ae17
2 changed files with 5 additions and 7 deletions
|
@ -25,9 +25,7 @@ automount = udiskie -As
|
||||||
autostart_wf_shell = false
|
autostart_wf_shell = false
|
||||||
background = wf-background
|
background = wf-background
|
||||||
bar = waybar
|
bar = waybar
|
||||||
element = element-desktop --hidden
|
|
||||||
gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
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
|
network = sleep 1; nm-applet --indicator
|
||||||
notifications = mako
|
notifications = mako
|
||||||
outputs = kanshi
|
outputs = kanshi
|
||||||
|
@ -55,7 +53,7 @@ binding_filer = <super> KEY_F
|
||||||
binding_firefox = <super> KEY_B
|
binding_firefox = <super> KEY_B
|
||||||
binding_gamma = <super> KEY_G
|
binding_gamma = <super> KEY_G
|
||||||
binding_kanshi = <super> KEY_K
|
binding_kanshi = <super> KEY_K
|
||||||
binding_launcher = <super> KEY_S
|
binding_launcher = <super> KEY_SPACE
|
||||||
binding_matrix = <super> KEY_E
|
binding_matrix = <super> KEY_E
|
||||||
binding_mute = KEY_MUTE
|
binding_mute = KEY_MUTE
|
||||||
binding_next = KEY_NEXTSONG
|
binding_next = KEY_NEXTSONG
|
||||||
|
@ -63,7 +61,7 @@ binding_playpause = KEY_PLAYPAUSE
|
||||||
binding_previous = KEY_PREVIOUSSONG
|
binding_previous = KEY_PREVIOUSSONG
|
||||||
binding_screenshot = <shift> KEY_SYSRQ
|
binding_screenshot = <shift> KEY_SYSRQ
|
||||||
binding_screenshot_interactive = KEY_SYSRQ
|
binding_screenshot_interactive = KEY_SYSRQ
|
||||||
binding_terminal = <super> KEY_T
|
binding_terminal = <super> KEY_ENTER
|
||||||
binding_volumedown = KEY_VOLUMEDOWN
|
binding_volumedown = KEY_VOLUMEDOWN
|
||||||
binding_volumeup = KEY_VOLUMEUP
|
binding_volumeup = KEY_VOLUMEUP
|
||||||
binding_vscode = <super> KEY_V
|
binding_vscode = <super> KEY_V
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"label" : "lock",
|
"label" : "lock",
|
||||||
"action" : "gtklock",
|
"action" : "gtklock -d",
|
||||||
"text" : "Lock",
|
"text" : "Lock",
|
||||||
"keybind" : "l"
|
"keybind" : "l"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"label" : "hibernate",
|
"label" : "hibernate",
|
||||||
"action" : "gtklock & pkexec /bin/zzz -Z",
|
"action" : "pkexec /bin/zzz -Z",
|
||||||
"text" : "Hibernate",
|
"text" : "Hibernate",
|
||||||
"keybind" : "h"
|
"keybind" : "h"
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"label" : "suspend",
|
"label" : "suspend",
|
||||||
"action" : "gtklock & pkexec /bin/zzz -z",
|
"action" : "pkexec /bin/zzz -z",
|
||||||
"text" : "Suspend",
|
"text" : "Suspend",
|
||||||
"keybind" : "u"
|
"keybind" : "u"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue