mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Remove everything and restart blank
This commit removes all files currently present in the repo, to prepare for a start from a nothing. This is done due to my recent migration from X11 to Wayland, which has rendered most of these config files no longer releveant. I've currently been tracking my dotfiles in a separate repository, in hopes to get it to a state where it would be mergable here, but that turned out to be much more difficult than I anticipated, and I think it will be much easier to simply move over the history from this temporary repository I've been using onto this one. That however requires a start from a clean point, which this commit creates.
This commit is contained in:
parent
eadb37961b
commit
b912871070
206 changed files with 0 additions and 15683 deletions
|
@ -1,15 +0,0 @@
|
|||
# Pacman hook to automatically run paccache -r with pacman
|
||||
# This hook is disabled by default, it can be enabled by
|
||||
# renaming this file from paccache.hook.bak to paccache.hook
|
||||
|
||||
[Trigger]
|
||||
Operation = Upgrade
|
||||
Operation = Install
|
||||
Operation = Remove
|
||||
Type = Package
|
||||
Target = *
|
||||
|
||||
[Action]
|
||||
Description = Cleaning pacman cache with paccache ...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/paccache -r
|
|
@ -1,15 +0,0 @@
|
|||
# Pacman hook to automatically recompile xmonad if it or any of it's dependencies were updated
|
||||
|
||||
[Trigger]
|
||||
Operation = Upgrade
|
||||
Operation = Install
|
||||
Type = Package
|
||||
Target = xmonad*
|
||||
Target = haskell*
|
||||
|
||||
[Action]
|
||||
Description = Recompiling Xmonad after package update...
|
||||
When = PostTransaction
|
||||
Depends = coreutils
|
||||
Depends = xmonad
|
||||
Exec = /usr/bin/bash -euc "command -v xmonad > /dev/null || exit 0; find /home -mindepth 1 -maxdepth 1 -type d -printf '%P\0' | xargs -0I'{}' su '{}' -c 'xmonad --recompile || true'"
|
|
@ -1,10 +0,0 @@
|
|||
# DWM doesn't automatically make a .desktop entry
|
||||
# so it needs to be manually added for other DMs
|
||||
# to recognize it and be able to log in with it
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Dwm
|
||||
Comment=Dynamic Window Manager
|
||||
Exec=dwm
|
||||
Icon=dwm
|
||||
Type=XSession
|
|
@ -1,12 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Name=xmonad
|
||||
Comment=A lightweight window manager
|
||||
Exec=/etc/X11/Sessions/xmonad
|
||||
TryExec=xmonad
|
||||
Icon=
|
||||
X-GNOME-WMName=Xmonad
|
||||
X-GNOME-Autostart-Phase=WindowManager
|
||||
X-GNOME-Provides=windowmanager
|
||||
X-GNOME-Autostart-Notify=false
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8
|
|
@ -1 +0,0 @@
|
|||
Subproject commit dffe304567c86f06bf1be0fce200077504e79783
|
Loading…
Add table
Add a link
Reference in a new issue