77 lines
2.2 KiB
Plaintext
77 lines
2.2 KiB
Plaintext
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
|
|
exec_always feh --bg-fill ~/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%
|
|
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
|
|
bindsym $mod+k focus up
|
|
bindsym $mod+l focus right
|
|
|
|
bindsym $mod+Shift+h move left
|
|
bindsym $mod+Shift+j move down
|
|
bindsym $mod+Shift+k move up
|
|
bindsym $mod+Shift+l move right
|
|
|
|
bindsym $mod+y resize shrink width 10 px
|
|
bindsym $mod+u resize grow height 10 px
|
|
bindsym $mod+i resize shrink height 10 px
|
|
bindsym $mod+o resize grow width 10 px
|
|
|
|
bindsym $mod+Ctrl+h split h
|
|
bindsym $mod+Ctrl+v split v
|
|
|
|
bindsym $mod+Ctrl+f fullscreen toggle
|
|
bindsym $mod+Ctrl+space floating toggle
|
|
|
|
bindsym $mod+1 workspace 1
|
|
bindsym $mod+2 workspace 2
|
|
bindsym $mod+3 workspace 3
|
|
bindsym $mod+4 workspace 4
|
|
bindsym $mod+5 workspace 5
|
|
bindsym $mod+6 workspace 6
|
|
|
|
bindsym $mod+Shift+1 move container to workspace 1
|
|
bindsym $mod+Shift+2 move container to workspace 2
|
|
bindsym $mod+Shift+3 move container to workspace 3
|
|
bindsym $mod+Shift+4 move container to workspace 4
|
|
bindsym $mod+Shift+5 move container to workspace 5
|
|
bindsym $mod+Shift+6 move container to workspace 6
|
|
|
|
bar {
|
|
position top
|
|
status_command i3status
|
|
}
|