This commit is contained in:
2018-07-31 02:11:48 +03:00
parent 690d312728
commit a3afb5e56f
6 changed files with 54 additions and 4 deletions

View File

@@ -2,7 +2,9 @@ set $mod Mod4
font pango:DejaVu Sans Mono 9
exec_always [[ ! $(pidof compton) ]] && compton
exec_always [[ ! $(pidof unclutter) ]] && unclutter
exec_always [[ ! $(pidof mpd) ]] && mpd
exec_always [[ ! $(pidof transmission-daemon) ]] && transmission_daemon
exec_always [[ ! $(pidof nm-applet) ]] && nm-applet
exec_always xrdb ~/.Xresources
@@ -13,17 +15,25 @@ default_border pixel 1
bindsym XF86MonBrightnessDown exec xbacklight -dec 5
bindsym XF86MonBrightnessUp exec xbacklight -inc 5
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5%
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5%
bindsym $mod+Shift+r restart
bindsym $mod+Shift+q kill
bindsym $mod+r exec dmenu_run
bindsym $mod+f exec firefox
bindsym $mod+v exec pavucontrol
bindsym $mod+Return exec urxvt
bindsym $mod+Delete exec urxvt -e htop
bindsym $mod+e exec urxvt -e ranger
bindsym $mod+m exec urxvt -e ncmpcpp
bindsym $mod+t exec urxvt -e tremc
bindsym $mod+c exec urxvt -e python
bindsym $mod+Shift+p exec mpc toggle
bindsym $mod+Shift+n exec mpc next
bindsym $mod+h focus left
bindsym $mod+j focus down