From b340d3dc839abab1688ba0b6592905b49646716b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 28 Mar 2020 14:12:53 -0400 Subject: calcurse automatically xdg compliant now --- .config/i3/config | 2 +- .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 8aee953..a22fe8e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -81,7 +81,7 @@ bindsym $mod+Shift+r exec --no-startup-id winresize bindsym $mod+t split toggle bindsym $mod+Shift+t gaps inner current set $inner_gaps; gaps outer current set $outer_gaps -bindsym $mod+y exec $term -e calcurse -D ~/.config/calcurse +bindsym $mod+y exec $term -e calcurse bindsym $mod+Shift+y exec --no-startup-id i3resize left bindsym $mod+u exec --no-startup-id ddspawn tmuxdd diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6d8bda1..0b05a3d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -21,7 +21,7 @@ super + m super + n $TERMINAL -e newsboat super + c - $TERMINAL -e calcurse -D ~/.config/calcurse + $TERMINAL -e calcurse super + v $TERMINAL -e nvim -c VimwikiIndex super + shift + a -- cgit v1.3.1