Changes to work with KDE

This commit is contained in:
2024-02-25 16:34:35 +00:00
parent 60beb9b694
commit 22a1f4d273
14 changed files with 22 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ for file in $(ls "$dir"); do
fi
done
if [ -n $exe_name ]; then
if [ -n "$exe_name" ]; then
basename="${exe_name%.*}"
dest="/opt/$basename"
[ -d $dest ] && sudo rm -rf "$dest"

View File

@@ -1,6 +1,6 @@
#! /bin/bash
doas tee /etc/udev/rules.d/99-wacom.rules <<HRD
sudo tee /etc/udev/rules.d/99-wacom.rules <<HRD
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service"
HRD

View File

View File

View File

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.1.0.5
Name=Dungeondraft
Comment=Dungeondraft is a tabletop encounter map creation tool designed to draw aesthetic maps without the typical frustrations and time investment.
Exec=/opt/Dungeondraft/Dungeondraft.x86_64
Path=/opt/Dungeondraft
Icon=/opt/Dungeondraft/Dungeondraft.png
Terminal=false
Type=Application
Categories=Graphics

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.1.7.3
Name=Wonderdraft
Comment=Wonderdraft is a powerful yet intuitive fantasy map creation tool.
Exec=/opt/Wonderdraft/Wonderdraft.x86_64
Path=/opt/Wonderdraft
Icon=/opt/Wonderdraft/Wonderdraft.png
Terminal=false
Type=Application
Categories=Graphics

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Type=Application
Name=File Manager
Exec=/usr/local/bin/st -e lf %u

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Type=Application
Name=Image viewer
Exec=/usr/bin/sxiv -a %f

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Type=Application
Name=Mail
Exec=/usr/local/bin/st -e neomutt %u

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Type=Application
Name=RSS feed addition
Exec=/usr/bin/env rssadd %U

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Type=Application
Name=Text editor
Exec=/usr/local/bin/st -e nvim %u