diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-09 22:20:57 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-09 22:20:57 +0530 |
| commit | df8bf946248145613473aaaf215a70b39620cfc6 (patch) | |
| tree | b016ebffc407996c6391a7eefecbe6d396566417 /.config | |
| parent | a362b34172ac7e7aeccd8d335c56a3cd5fc184dc (diff) | |
stuff
Diffstat (limited to '.config')
| -rw-r--r-- | .config/gtk-2.0/gtkrc-2.0 | 2 | ||||
| -rw-r--r-- | .config/newsboat/urls | 1 | ||||
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 4 |
3 files changed, 6 insertions, 1 deletions
diff --git a/.config/gtk-2.0/gtkrc-2.0 b/.config/gtk-2.0/gtkrc-2.0 index 9d288ab..3cbd1d8 100644 --- a/.config/gtk-2.0/gtkrc-2.0 +++ b/.config/gtk-2.0/gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/glizzster/.gtkrc-2.0.mine" +include "/home/krolyxon/.gtkrc-2.0.mine" gtk-theme-name="Arc-Dark" gtk-icon-theme-name="Papirus-Dark" gtk-font-name="Cantarell 11" diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 10498f5..063d795 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,4 +1,5 @@ https://blog.rust-lang.org/feed.xml "programming" https://digdeeper.neocities.org/atom.xml https://lukesmith.xyz/rss.xml +https://landchad.net/rss https://www.archlinux.org/feeds/news/ "tech" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index bf15a16..46f3de5 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -10,6 +10,10 @@ super + grave super + c setxkbmap -option caps:swapescape && xset r rate 300 50 +# ncmpcpp +super + shift + n + $TERMINAL -e ncmpcpp + # Screenshot tool Print maimshot |
