Fixes, consolekit, and volumecontrols
This commit is contained in:
parent
3feed5bde9
commit
8a03abe947
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -20,7 +20,7 @@ battery all {
|
|||
status_chr = "chr"
|
||||
status_bat = "bat"
|
||||
status_unk = "unk"
|
||||
status_full = "full"
|
||||
status_full = "bat"
|
||||
}
|
||||
|
||||
cpu_usage {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue