diff options
author | Yigit Sever | 2019-03-25 16:16:58 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-25 16:16:58 +0300 |
commit | 8ec0824afd7ecfd838243a065fffdeb1c65b0735 (patch) | |
tree | 7a16b097d9c11eef659f78930e5d9cedb3c6e51f | |
parent | f6ccd869a606c3c97f937410c67ae56c800f2c08 (diff) | |
download | dotfiles-8ec0824afd7ecfd838243a065fffdeb1c65b0735.tar.gz dotfiles-8ec0824afd7ecfd838243a065fffdeb1c65b0735.tar.bz2 dotfiles-8ec0824afd7ecfd838243a065fffdeb1c65b0735.zip |
Fix typo with td invocation
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 328b144..77f917c 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -31,7 +31,7 @@ bindsym $mod+o exec --no-startup-id xdotool mousemove 1920 1080 | |||
31 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c | 31 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c |
32 | 32 | ||
33 | # add taskwarrior/gtd calendar item | 33 | # add taskwarrior/gtd calendar item |
34 | bindsym $mod+Shift+t --no-startup-id ~/bin/td | 34 | bindsym $mod+Shift+t exec --no-startup-id ~/bin/td |
35 | 35 | ||
36 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) | 36 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) |
37 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" | 37 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" |