refine
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $mod Mod1
|
||||
set $wallpaper '/sync/images/wallpapers/pexels-lumn.jpg'
|
||||
set $wallpaper_dir /sync/images/wallpapers
|
||||
set $terminal 'wezterm'
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
@@ -34,9 +34,9 @@ exec --no-startup-id xrandr --output HDMI-0 --mode 1920x1080 --rate 120
|
||||
# burn-in prevention: blank after 5min, DPMS off after 10min, skip lock if fullscreen
|
||||
exec --no-startup-id xset s 300 300
|
||||
exec --no-startup-id xset dpms 300 600 900
|
||||
exec --no-startup-id xss-lock -- ~/.config/i3/scripts/lock
|
||||
exec --no-startup-id xss-lock -- ~/.config/i3/scripts/lock $wallpaper_dir
|
||||
|
||||
bindsym $mod+l exec ~/.config/i3/scripts/lock-now
|
||||
bindsym $mod+l exec ~/.config/i3/scripts/lock-now $wallpaper_dir
|
||||
bindsym $mod+Shift+o exec systemctl suspend
|
||||
bindsym $mod+Shift+p exec systemctl poweroff
|
||||
|
||||
@@ -50,7 +50,7 @@ exec --no-startup-id fcitx5 -d
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=ssh,pkcs11
|
||||
exec --no-startup-id ~/.config/i3/scripts/wallpaper-rotate
|
||||
exec --no-startup-id ~/.config/i3/scripts/wallpaper-rotate $wallpaper_dir
|
||||
#exec --no-startup-id pasystray
|
||||
exec --no-startup-id polybar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user