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
|
# Stuff
|
||||||
bind = $mainMod SHIFT, C, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi
|
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 = $mainMod, N, exec, $scriptsDir/LockScreen.sh # screen lock
|
||||||
bind = , Print, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area)
|
bind = , Print, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area)
|
||||||
bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only)
|
bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only)
|
||||||
|
|
@ -105,7 +104,7 @@ $scriptsDir = $HOME/.config/hypr/scripts
|
||||||
|
|
||||||
# rofi App launcher
|
# rofi App launcher
|
||||||
#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu
|
#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 = ALT, Tab, exec, hyprswitch gui --mod-key alt --key tab
|
||||||
|
|
||||||
bind = $mainMod, Return, exec, $term #terminal
|
bind = $mainMod, Return, exec, $term #terminal
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
|
||||||
nwg-dock-hyprland \
|
nwg-dock-hyprland \
|
||||||
nwg-drawer \
|
nwg-drawer \
|
||||||
swaync \
|
swaync \
|
||||||
wlogout wayland-logout \
|
wayland-logout \
|
||||||
hyprpicker \
|
hyprpicker \
|
||||||
pulseaudio-control \
|
pulseaudio-control \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue