diff options
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 2 | ||||
-rwxr-xr-x | bin/td | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 0a940ab..98758cb 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -27,7 +27,7 @@ bindsym $mod+o exec --no-startup-id xdotool mousemove 1920 1080 | |||
27 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c | 27 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c |
28 | 28 | ||
29 | # add taskwarrior/gtd calendar item | 29 | # add taskwarrior/gtd calendar item |
30 | bindsym $mod+Shift+t exec --no-startup-id ~/bin/td | 30 | bindsym $mod+Shift+t --no-startup-id ~/bin/td |
31 | 31 | ||
32 | # 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) |
33 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" | 33 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" |
@@ -22,5 +22,4 @@ if [[ $? -ne 0 ]]; then | |||
22 | fi | 22 | fi |
23 | 23 | ||
24 | RESULT=$(task add due:${task_date}T$task_time "$task_description") | 24 | RESULT=$(task add due:${task_date}T$task_time "$task_description") |
25 | |||
26 | notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark" | 25 | notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark" |