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