From 106d92243b3462809158c4ba2c029d1b20c9c54a Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sat, 15 Feb 2025 18:46:34 +0100 Subject: [PATCH] Removed wlogout --- .config/hypr/config/Keybinds.conf | 3 +-- .config/yadm/bootstrap.d/_install_desktop_env.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/hypr/config/Keybinds.conf b/.config/hypr/config/Keybinds.conf index 41eb79e..771a1dd 100644 --- a/.config/hypr/config/Keybinds.conf +++ b/.config/hypr/config/Keybinds.conf @@ -82,7 +82,6 @@ bindm = $mainMod, mouse:273, resizewindow # Stuff bind = $mainMod SHIFT, C, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi -bind = $mainMod SHIFT, E, exec, $scriptsDir/Wlogout.sh # power menu bind = $mainMod, N, exec, $scriptsDir/LockScreen.sh # screen lock bind = , Print, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area) bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only) @@ -105,7 +104,7 @@ $scriptsDir = $HOME/.config/hypr/scripts # rofi App launcher #bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu -bind = $mainMod, Tab, exec, nwg-drawer +bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot" bind = ALT, Tab, exec, hyprswitch gui --mod-key alt --key tab bind = $mainMod, Return, exec, $term #terminal diff --git a/.config/yadm/bootstrap.d/_install_desktop_env.sh b/.config/yadm/bootstrap.d/_install_desktop_env.sh index 7efacec..dab1924 100755 --- a/.config/yadm/bootstrap.d/_install_desktop_env.sh +++ b/.config/yadm/bootstrap.d/_install_desktop_env.sh @@ -23,7 +23,7 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then nwg-dock-hyprland \ nwg-drawer \ swaync \ - wlogout wayland-logout \ + wayland-logout \ hyprpicker \ pulseaudio-control \ wl-clipboard \