Fixes, consolekit, and volumecontrols

This commit is contained in:
Adam Gausmann 2018-12-20 16:32:05 -06:00
parent 3feed5bde9
commit 8a03abe947
3 changed files with 8 additions and 4 deletions

View file

@ -37,8 +37,8 @@ bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exit
bindsym $mod+Shift+q kill
bindsym $mod+d exec /usr/bin/dmenu_run
bindsym $mod+Return exec /usr/bin/st
bindsym $mod+d exec --no-startup-id /usr/bin/dmenu_run
bindsym $mod+Return exec --no-startup-id /usr/bin/st
bindsym $mod+$kleft focus left
bindsym $mod+$kdown focus down
@ -97,6 +97,10 @@ mode "resize" {
bindsym $mod+r mode "resize"
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -8%
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +8%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
bar {
tray_output none
status_command /usr/bin/i3status

View file

@ -20,7 +20,7 @@ battery all {
status_chr = "chr"
status_bat = "bat"
status_unk = "unk"
status_full = "full"
status_full = "bat"
}
cpu_usage {

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec /usr/bin/i3
exec /usr/bin/ck-launch-session /usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/bin/i3