Skip to content

Commit a7dcf40

Browse files
committed
removed kitty config file
1 parent 0eb0dfb commit a7dcf40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

khal-agenda-widget/DesktopWidget.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DraggableDesktopWidget {
3939
"for term in xdg-terminal-exec kitty alacritty foot gnome-terminal konsole st xterm; do " +
4040
"if command -v $term >/dev/null 2>&1; then " +
4141
"if [ \"$term\" = \"kitty\" ]; then " +
42-
"exec kitty --config ~/.config/kitty/calendar.conf --class khal -e ikhal; " +
42+
"exec kitty --class khal -e ikhal; " +
4343
"else " +
4444
"exec $term -e ikhal 2>/dev/null || exec $term -- ikhal; " +
4545
"fi; break; fi; done"

0 commit comments

Comments
 (0)