Add ghostwriter markdown editor

This commit is contained in:
2026-02-15 06:32:08 +01:00
parent cb5a0c7ea5
commit 7cdbd02e5e
4 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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