From 180651ae17f749123347e9f240bae935db4d1958 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 25 Aug 2023 18:19:50 +0200 Subject: [PATCH] Updated wlogout and the wayfire.ini corresponding to the lnco documentation. --- config-files/wayfire/wayfire.ini | 6 ++---- config-files/wlogout/layout | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/config-files/wayfire/wayfire.ini b/config-files/wayfire/wayfire.ini index 9a34144..01e5db8 100755 --- a/config-files/wayfire/wayfire.ini +++ b/config-files/wayfire/wayfire.ini @@ -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 = KEY_F binding_firefox = KEY_B binding_gamma = KEY_G binding_kanshi = KEY_K -binding_launcher = KEY_S +binding_launcher = KEY_SPACE binding_matrix = KEY_E binding_mute = KEY_MUTE binding_next = KEY_NEXTSONG @@ -63,7 +61,7 @@ binding_playpause = KEY_PLAYPAUSE binding_previous = KEY_PREVIOUSSONG binding_screenshot = KEY_SYSRQ binding_screenshot_interactive = KEY_SYSRQ -binding_terminal = KEY_T +binding_terminal = KEY_ENTER binding_volumedown = KEY_VOLUMEDOWN binding_volumeup = KEY_VOLUMEUP binding_vscode = KEY_V diff --git a/config-files/wlogout/layout b/config-files/wlogout/layout index 771bf3f..f583114 100755 --- a/config-files/wlogout/layout +++ b/config-files/wlogout/layout @@ -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" }