diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:20:24 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | a73814b77ffb92f9a4cfe428778197608e8d6057 (patch) | |
tree | bf9cf21389dba475955410936de158a54ac51be9 /i3 | |
parent | ebb310a97f275debbef493f469a0dfc5c4a577e4 (diff) | |
download | dotfiles-a73814b77ffb92f9a4cfe428778197608e8d6057.tar.xz |
i3: Fix comments and spacing
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -133,9 +133,9 @@ for_window [class="Gifview"] floating enable bindsym $mod+Shift+g exec --no-startup-id setxkbmap us -#bindsym $mod+Shift+u exec --no-startup-id setxkbmap dvp bindsym $mod+Shift+u exec --no-startup-id setxkbmap dvorak + bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 @@ -168,9 +168,8 @@ bindsym $mod+Shift+minus move scratchpad # Show the first scratchpad window bindsym $mod+minus scratchpad show - # TrackPoint scrolling exec setup-trackpoint - +# Autostart all .desktop files with dex exec --no-startup-id dex -s $HOME/.config/autostart -a -e i3 |