This commit is contained in:
Geoffrey Frogeye 2018-04-15 16:29:27 +02:00
parent 501f1f4066
commit 7fceb52f1d
9 changed files with 67 additions and 57 deletions

View file

@ -46,7 +46,7 @@ bindsym $mod+dollar exec --no-startup-id ~/.config/i3/sshmenu root
bindsym $mod+d exec --no-startup-id ~/.config/i3/dmenu_run
# Start Applications
bindsym $mod+Return exec xterm
bindsym $mod+Return exec urxvtc
bindsym $mod+p exec thunar
bindsym $mod+m exec qutebrowser --override-restore --backend=webengine
@ -59,8 +59,8 @@ bindsym $mod+F7 exec pactl suspend-sink @DEFAULT_SINK@ 1; exec pactl suspend-sin
bindsym $mod+F8 exec mpc prev
bindsym $mod+F9 exec mpc toggle
bindsym $mod+F10 exec mpc next
bindsym $mod+F11 exec xterm -e 'pacmixer'
bindsym $mod+F12 exec xterm -e 'pacmixer'
bindsym $mod+F11 exec urxvtc -e 'pacmixer'
bindsym $mod+F12 exec urxvtc -e 'pacmixer'
#Brightness control
bindsym XF86MonBrightnessDown exec xbacklight -dec 20
@ -362,6 +362,7 @@ bindsym $mod+F5 exec --no-startup-id xautolock -enable
# Autostart applications
#exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # Password remembering
#exec --no-startup-id gnome-keyring-daemon # Password remembering
exec --no-startup-id urxvtd -q -f # urxvt daemon
exec --no-startup-id numlockx on # Activate Num lock
exec --no-startup-id unclutter # Hide mouse cursor after some time
#exec --no-startup-id dunst # Notifications (handled by systemd)