diff options
-rw-r--r-- | .i3/config | 6 | ||||
-rw-r--r-- | .i3/wp.jpg | bin | 0 -> 600474 bytes | |||
-rw-r--r-- | .xinitrc | 3 |
3 files changed, 7 insertions, 2 deletions
@@ -190,6 +190,8 @@ client.placeholder $bg $bg $bg $bg client.background $black exec --no-startup-id nm-applet +exec --no-startup-id feh --bg-fill .i3/wp.jpg + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) @@ -203,5 +205,5 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound # Sreen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness -bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness +bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness +bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness diff --git a/.i3/wp.jpg b/.i3/wp.jpg Binary files differnew file mode 100644 index 0000000..c0feaa7 --- /dev/null +++ b/.i3/wp.jpg @@ -11,6 +11,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +#eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) +#export SSH_AUTH_LOCK + # exec gnome-session #exec startkde exec i3 |