summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2019-03-25 16:16:58 +0300
committerYigit Sever2019-03-25 16:16:58 +0300
commit8ec0824afd7ecfd838243a065fffdeb1c65b0735 (patch)
tree7a16b097d9c11eef659f78930e5d9cedb3c6e51f /.config
parentf6ccd869a606c3c97f937410c67ae56c800f2c08 (diff)
downloaddotfiles-8ec0824afd7ecfd838243a065fffdeb1c65b0735.tar.gz
dotfiles-8ec0824afd7ecfd838243a065fffdeb1c65b0735.tar.bz2
dotfiles-8ec0824afd7ecfd838243a065fffdeb1c65b0735.zip
Fix typo with td invocation
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config##desktop.Linux.Lowe2
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
31bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c 31bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c
32 32
33# add taskwarrior/gtd calendar item 33# add taskwarrior/gtd calendar item
34bindsym $mod+Shift+t --no-startup-id ~/bin/td 34bindsym $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)
37bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" 37bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape"