From 767f14196eaeabf176f0fb8ec840c8d932694043 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Mon, 18 Apr 2022 18:14:14 -0400 Subject: [PATCH] Updated --- .newsboat/urls | 11 ----------- README.org | 36 ------------------------------------ 2 files changed, 47 deletions(-) delete mode 100644 .newsboat/urls delete mode 100644 README.org diff --git a/.newsboat/urls b/.newsboat/urls deleted file mode 100644 index 1cafb1031..000000000 --- a/.newsboat/urls +++ /dev/null @@ -1,11 +0,0 @@ -https://archlinux.org/feeds/news/ "Reading" -https://www.linux.com/feed/ "Reading" -https://linuxhandbook.com/rss/ "Reading" -https://www.gamingonlinux.com/article_rss.php "Reading" -https://www.omgubuntu.co.uk/feed "Reading" -https://askubuntu.com/feeds "Reading" -https://itsubuntu.com/feed/ "Reading" -https://www.tecmint.com/feed/ "Reading" -https://www.linuxfoundation.org/feed/ "Reading" -https://linuxhint.com/feed/ "Reading" -https://techhut.tv/rss/ "Reading" diff --git a/README.org b/README.org deleted file mode 100644 index d9eff985e..000000000 --- a/README.org +++ /dev/null @@ -1,36 +0,0 @@ -#+TITLE: DRK's Dotfiles -#+AUTHOR: Clay Gomera (DRK) -#+DESCRIPTION: Here i store all my dotfiles - -* ABOUT -This is just a personal repository where i store all my dotfiles, you're free clone them and edit them as you wish. Part of this work was based on other people's dotfiles (Distrotube for example), and it may contain scripts or binaries that they made or modify. - -* Screenshots: -#+CAPTION: An example screenshot -#+NAME: screenshot -#+attr_org: :width 750 -[[./screenshot1.png]] - -#+CAPTION: Another example screenshot -#+NAME: screenshot2 -#+attr_org: :width 750 -[[./screenshot2.png]] - -* Dependencies -If you want to get the full experience you need theese things: -- DOOM Emacs (The best emacs distribution and text editor) -- mononoki Nerd Font (A really hard dependency for my config) -- xbacklight or brightnessctl (For brightness control) -- xbindkeys (For volume and brightness control with the "fn" key) -- libinput & xf86-input-libinput (Better mouse support) -- acpi (For the battery icon) -- arc-icon-theme (Needed for the widgets) -- lxappearance (To set gtk themes) -- feh (To set wallpapers) -- scrot (To get screenshots) -- lxsession (To get password prompts) -- picom (Those nice window effects and animations) -- dmenu (The best run prompt) - -* Other dependencies -- fd (Required by some of my dmenu scripts and DOOM Emacs)