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.
#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
# 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
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
# 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.