From: Mart Lubbers Date: Sun, 17 May 2015 07:27:20 +0000 (+0200) Subject: disabled systemd-backlight, too slow, manual backlight set in i3config' X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=ac6575b40b3efd1320544a8f6deb14fb26091813;p=dotfiles.git disabled systemd-backlight, too slow, manual backlight set in i3config' --- diff --git a/.config/i3/config b/.config/i3/config index 858e675..8ef08f3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -13,6 +13,7 @@ set $mod Mod1 exec xautolock -locker 'i3lock -c ccff00' exec convert -size 1600x900 plasma:fractal -modulate 20,100,10 png:- | display -window root +exec xbacklight -set 50 exec netctltray # Font for window titles. Will also be used by the bar unless a different font @@ -55,8 +56,8 @@ bindsym $mod+s focus right # alternatively, you can use the cursor keys: bindsym $mod+Left exec xbacklight -dec 5 -bindsym $mod+Down exec amixer set Master 5- -bindsym $mod+Up exec amixer set Master 5+ +bindsym $mod+Down exec amixer set Master 5- && kill -n 10 `pidof i3status` +bindsym $mod+Up exec amixer set Master 5+ && kill -n 10 `pidof i3status` bindsym $mod+Right exec xbacklight -inc 5 # move focused window diff --git a/install.sh b/install.sh index 979485b..410923a 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ # Set keymaps -sudo localectl set-x11-keymap --no-convert dvorak,ru pc104 ,phonetic_dvorak compose:ralt,grp:menu_toggle +sudo localectl set-x11-keymap --no-convert dvorak,ru pc104 ,phonetic_dvorak grp:switch,grp:shifts_toggle sudo localectl set-keymap --no-convert dvorak # Link the dotfiles