From e34f8240c968f4cabf24fb289849c2764116d065 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 1 May 2019 18:46:02 +0200 Subject: asdf --- .i3/config | 6 ++++-- .i3/wp.jpg | Bin 0 -> 600474 bytes 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .i3/wp.jpg (limited to '.i3') diff --git a/.i3/config b/.i3/config index c102ecb..4fe09f0 100644 --- a/.i3/config +++ b/.i3/config @@ -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 new file mode 100644 index 0000000..c0feaa7 Binary files /dev/null and b/.i3/wp.jpg differ -- cgit v1.2.3