Let systemd handle what we want
This commit is contained in:
parent
06afd4066b
commit
5b0d740bc7
5 changed files with 3 additions and 36 deletions
|
@ -1,12 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Guake Terminal
|
||||
TryExec=guake
|
||||
Exec=guake
|
||||
Icon=guake
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
|
||||
StartupNotify=true
|
||||
X-Desktop-File-Install-Version=0.22
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Hidden=false
|
||||
NoDisplay=false
|
|
@ -1,13 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Guake Terminal
|
||||
Comment=Use the command line in a Quake-like terminal
|
||||
TryExec=guake
|
||||
Exec=guake
|
||||
Icon=guake
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
|
||||
StartupNotify=true
|
||||
X-Desktop-File-Install-Version=0.22
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Hidden=false
|
||||
NoDisplay=false
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=PulseAudio Sound System
|
||||
Comment=Start the PulseAudio Sound System
|
||||
Exec=start-pulseaudio-x11
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-GNOME-Autostart-Phase=Initialization
|
||||
X-KDE-autostart-phase=1
|
|
@ -8,8 +8,9 @@ cp ./.zcustom ~ -r
|
|||
cp ./.doom.d ~ -r
|
||||
|
||||
cp ./.zshrc ~
|
||||
cp ./.ideavimrc ~
|
||||
cp ./.profile ~
|
||||
cp ./.xprofile ~
|
||||
cp ./.ideavimrc ~
|
||||
cp ./.gitconfig ~
|
||||
|
||||
if [ -n "$(command -v vim)" ]; then
|
||||
|
|
|
@ -16,7 +16,7 @@ sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
|||
|
||||
echo 'Installing base packages...'
|
||||
sudo dnf install -y \
|
||||
git tar zsh ack mlocate usbutils neofetch which util-linux-user neovim
|
||||
git tar zsh ack mlocate usbutils neofetch which util-linux-user dialog neovim
|
||||
|
||||
echo 'Installing fonts'
|
||||
sudo dnf install -y \
|
||||
|
|
Loading…
Reference in a new issue