Removed wlogout
This commit is contained in:
parent
4154533fa1
commit
106d92243b
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue