we are doing the Gentoo now
This commit is contained in:
parent
8770bd7b26
commit
6d3860be50
5 changed files with 14 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
|||
exec gentoo-pipewire-launcher &
|
||||
exec corectrl &
|
||||
exec copyq &
|
||||
exec /usr/bin/lxqt-policykit-agent &
|
||||
#exec /usr/lib64/libexec/polkit-kde-authentication-agent-1
|
||||
|
||||
|
||||
exec /usr/libexec/xdg-desktop-portal-gtk -r
|
||||
exec /usr/libexec/xdg-desktop-portal-wlr -r
|
||||
exec /usr/libexec/flatpak-portal -r
|
||||
exec "sh -c 'sleep 5;exec /usr/libexec/xdg-desktop-portal -r'"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
# Exit sway (logs you out of your Wayland session)
|
||||
bindsym $mod+Alt+q exec swaynag -t warning -m 'Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
||||
# Power menu
|
||||
bindsym $mod+Escape exec swaynag -m "Power" -B 'Shutdown' 'systemctl poweroff' -B 'Reboot' 'systemctl reboot' -Z 'Sleep' 'systemctl suspend'
|
||||
bindsym $mod+Escape exec swaynag -m "Power" -B 'Shutdown' 'loginctl poweroff' -B 'Reboot' 'loginctl reboot' -Z 'Sleep' 'loginctl suspend'
|
||||
#
|
||||
# Moving around:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue