add wall paper
This commit is contained in:
parent
65fa6575d4
commit
e8fe352cc8
8 changed files with 39 additions and 5 deletions
|
@ -23,6 +23,8 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
exec --no-startup-id nm-applet
|
||||
|
||||
exec --no-startup-id nitrogen --restore
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
|
@ -145,8 +147,8 @@ bindsym $mod+Escape exec i3lock
|
|||
set $mode_screen Screen layout: [h]ome [m]obile
|
||||
bindsym $mod+s mode "$mode_screen"
|
||||
mode "$mode_screen" {
|
||||
bindsym h exec ~/.config/i3/scripts/home.sh, mode "default"
|
||||
bindsym m exec ~/.config/i3/scripts/mobile.sh, mode "default"
|
||||
bindsym h exec --no-startup-id ~/.config/i3/scripts/home.sh, mode "default"
|
||||
bindsym m exec --no-startup-id ~/.config/i3/scripts/mobile.sh, mode "default"
|
||||
|
||||
bindsym Escape mode "default"
|
||||
bindsym Return mode "default"
|
||||
|
|
Reference in a new issue