From 7cdbd02e5e6bf56872beb903bba457bd1af699ef Mon Sep 17 00:00:00 2001 From: Karl Goecking Date: Sun, 15 Feb 2026 06:32:08 +0100 Subject: [PATCH] Add ghostwriter markdown editor --- files/configs/i3/i3/config | 1 + tasks/configure-software-fedora.yaml | 2 +- tasks/configure-software-manjaro.yaml | 2 +- tasks/configure-software-ubuntu.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/configs/i3/i3/config b/files/configs/i3/i3/config index ae8446c..8f2d386 100644 --- a/files/configs/i3/i3/config +++ b/files/configs/i3/i3/config @@ -33,6 +33,7 @@ bindsym $mod+Shift+w exec vivaldi-stable bindsym $mod+Shift+f exec alacritty -e ranger bindsym $mod+Shift+e exec mousepad bindsym $mod+Shift+p exec keepassxc +bindsym $mod+Shift+m exec ghostwriter bindsym $mod+space --release exec "rofi -combi-modi drun,window -show combi -modi combi" bindsym $mod+q kill diff --git a/tasks/configure-software-fedora.yaml b/tasks/configure-software-fedora.yaml index bb9782c..d12f2d3 100644 --- a/tasks/configure-software-fedora.yaml +++ b/tasks/configure-software-fedora.yaml @@ -1,6 +1,6 @@ - name: Package Installation - Productivity Tools package: - name: ["alacritty", "ranger", "mousepad"] + name: ["alacritty", "ranger", "mousepad", "ghostwriter"] state: present - name: Package Installation - Development Tools diff --git a/tasks/configure-software-manjaro.yaml b/tasks/configure-software-manjaro.yaml index 78809db..5b81e18 100644 --- a/tasks/configure-software-manjaro.yaml +++ b/tasks/configure-software-manjaro.yaml @@ -5,7 +5,7 @@ - name: Package Installation - Productivity Tools package: - name: ["alacritty", "ranger", "mousepad"] + name: ["alacritty", "ranger", "mousepad", "ghostwriter"] state: present - name: Package Installation - Development Tools diff --git a/tasks/configure-software-ubuntu.yaml b/tasks/configure-software-ubuntu.yaml index 542ecbe..130b2c3 100644 --- a/tasks/configure-software-ubuntu.yaml +++ b/tasks/configure-software-ubuntu.yaml @@ -5,7 +5,7 @@ - name: Package Installation - Productivity Tools package: - name: ["alacritty", "ranger", "mousepad"] + name: ["alacritty", "ranger", "mousepad", "ghostwriter"] state: present - name: Package Installation - Development Tools