Skip to content

Commit

Permalink
nuc: back to x11
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmo committed Jun 26, 2021
1 parent 21e0390 commit 27f0efd
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions nuc/home/.config/i3/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Keyboard
exec xset r rate 200 60
exec xset dpms 120 0 0

# Redshift
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
exec redshift-gtk

# start chrome
bindsym $mod+g exec google-chrome-stable
for_window [class="Google-chrome"] border pixel 1
Expand All @@ -10,6 +18,7 @@ bindsym $mod+l exec systemctl suspend
exec nm-applet

# volume control
bindsym XF86AudioMute exec amixer -c 1 -- sset Master toggle
bindsym XF86AudioLowerVolume exec amixer -c 1 -- sset Master playback 5dB-
bindsym XF86AudioRaiseVolume exec amixer -c 1 -- sset Master playback 5dB+
bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+10 i3blocks
bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -RTMIN+10 i3blocks
bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+10 i3blocks
bindsym XF86AudioMicMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+10 i3blocks

0 comments on commit 27f0efd

Please sign in to comment.