summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2019-03-18 21:37:33 +0300
committerYigit Sever2019-03-18 22:26:57 +0300
commit4828c9c6b98d4e93c236eec4fc0f008ee0f65b9d (patch)
treeba7342f265311b6201f30a7882731ad8ead00bb3 /.config
parentb391e27a0f1ef954f5347ebdd1913b3bb953ad80 (diff)
downloaddotfiles-4828c9c6b98d4e93c236eec4fc0f008ee0f65b9d.tar.gz
dotfiles-4828c9c6b98d4e93c236eec4fc0f008ee0f65b9d.tar.bz2
dotfiles-4828c9c6b98d4e93c236eec4fc0f008ee0f65b9d.zip
New script to add taskwarrior todo items
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config##desktop.Linux.Lowe4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe
index 476f645..54e038c 100644
--- a/.config/i3/config##desktop.Linux.Lowe
+++ b/.config/i3/config##desktop.Linux.Lowe
@@ -26,6 +26,9 @@ bindsym $mod+o exec --no-startup-id xdotool mousemove 1920 1080
26# bookmark from clipboard 26# bookmark from clipboard
27bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c 27bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c
28 28
29# add taskwarrior/gtd calendar item
30bindsym $mod+Shift+t exec --no-startup-id ~/bin/td
31
29# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) 32# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic)
30bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" 33bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape"
31 34
@@ -43,7 +46,6 @@ bindsym XF86AudioNext exec mpc next
43# shortcuts for frequent programs 46# shortcuts for frequent programs
44bindsym $mod+Shift+z exec zotero 47bindsym $mod+Shift+z exec zotero
45bindsym $mod+Shift+f exec thunar 48bindsym $mod+Shift+f exec thunar
46bindsym $mod+Shift+t exec thunderbird
47 49
48# start a terminal 50# start a terminal
49bindsym $mod+Return exec kitty 51bindsym $mod+Return exec kitty