This commit is contained in:
nnduc
2026-02-21 03:02:56 +07:00
parent 324a833c81
commit d6a1559119
2 changed files with 3 additions and 3 deletions

View File

@@ -27,11 +27,11 @@ exec --no-startup-id dex --autostart --environment i3
# they are included here as an example. Modify as you see fit. # they are included here as an example. Modify as you see fit.
#exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh #exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen. # screen before suspend. Use systemctl lock-session to lock your screen.
exec --no-startup-id xrand --output HDMI-0 --mode 1920x1080 --rate 120 exec --no-startup-id xrand --output HDMI-0 --mode 1920x1080 --rate 120
bindsym $mod+l exec i3lock --ignore-empty-password -i $wallpaper bindsym $mod+l exec i3lock --ignore-empty-password -i $wallpaper
bindsym $mod+Shift+p exec loginctl poweroff bindsym $mod+Shift+p exec systemctl poweroff
bindsym Print exec flameshot gui -c bindsym Print exec flameshot gui -c
# NetworkManager is the most popular way to manage wireless networks on Linux, # NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it. # and nm-applet is a desktop environment-independent system tray GUI for it.

View File

@@ -145,7 +145,7 @@ bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session) # Exit sway (logs you out of your Wayland session)
#bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' #bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
bindsym $mod+Shift+p exec loginctl poweroff bindsym $mod+Shift+p exec systemctl poweroff
bindsym $mod+Shift+l exec swaymsg exit bindsym $mod+Shift+l exec swaymsg exit
# #
# Moving around: # Moving around: