Add scripts
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
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 ~/scripts/daemons.sh
|
||||
|
||||
exec_always xrdb ~/.xresources
|
||||
exec_always feh --bg-fill --no-fehbg ~/wallpapers/current
|
||||
@@ -13,11 +9,11 @@ exec_always feh --bg-fill --no-fehbg ~/wallpapers/current
|
||||
gaps inner 10
|
||||
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% && pkill -RTMIN+1 i3blocks
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% && pkill -RTMIN+1 i3blocks
|
||||
bindsym XF86MonBrightnessUp exec ~/scripts/backlight.sh raise
|
||||
bindsym XF86MonBrightnessDown exec ~/scripts/backlight.sh lower
|
||||
bindsym XF86AudioRaiseVolume exec ~/scripts/audio.sh raise
|
||||
bindsym XF86AudioLowerVolume exec ~/scripts/audio.sh lower
|
||||
bindsym XF86AudioMute exec ~/scripts/audio.sh toggle_mute
|
||||
|
||||
bindsym $mod+Shift+r restart
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -32,8 +28,8 @@ bindsym $mod+m exec urxvt -e ncmpcpp
|
||||
bindsym $mod+t exec urxvt -e tremc
|
||||
bindsym $mod+c exec urxvt -e python -q
|
||||
|
||||
bindsym $mod+Shift+p exec mpc toggle
|
||||
bindsym $mod+Shift+n exec mpc next && pkill -RTMIN+2 i3blocks
|
||||
bindsym $mod+Shift+p exec ~/scripts/music.sh toggle
|
||||
bindsym $mod+Shift+n exec ~/scripts/music.sh next
|
||||
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
|
||||
Reference in New Issue
Block a user