Add comments to some keybindings

This commit is contained in:
Adam Goldsmith 2016-02-01 14:40:47 -05:00
parent 0ff8f3030e
commit dfac1a4663
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@ set $mon2 LVDS-0
## Keybindings! ##
bindsym $mod+Return exec mate-terminal # start a terminal
bindsym $mod+e exec /home/adam/.bin/emacsclient-tmpFix # start emacs
bindsym $mod+Shift+e exec thunderbird
bindsym $mod+Shift+e exec thunderbird # start thunderbird
bindsym Mod1+Mod4+s exec /home/adam/.bin/lock.sh suspend # suspend
bindsym Mod1+Control+l exec /home/adam/.bin/lock.sh lock # lock screen
bindsym Mod1+Control+Delete exec /home/adam/.bin/lock.sh pick # power menu
bindsym $mod+p exec --no-startup-id ~/.bin/killPanel.sh
bindsym $mod+p exec --no-startup-id ~/.bin/killPanel.sh # restart xfce4-panel
mode "launch" {
bindsym e exec /home/adam/.bin/emacsclient-tmpFix; mode "default"