From 5ffd3302557d3a893991ca173493efc5798d2e73 Mon Sep 17 00:00:00 2001 From: Rafael Marçalo Date: Sat, 4 Feb 2023 00:11:04 +0000 Subject: Multi Monitor support --- .gitignore | 1 + X11/.config/X11/xinitrc | 3 +++ newsboat/.config/newsboat/urls | 1 + 3 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d5d78ba..afe09d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # X Session Files X11/.config/X11/Xauthority +X11/.config/X11/layout # Nvim Plugins neovim/.config/nvim/* diff --git a/X11/.config/X11/xinitrc b/X11/.config/X11/xinitrc index e6f8b4f..3112185 100755 --- a/X11/.config/X11/xinitrc +++ b/X11/.config/X11/xinitrc @@ -1,5 +1,8 @@ #!/bin/sh +# Screen Layout in Case of Multi Monitor Setup Required +[ -f "$XDG_CONFIG_HOME"/X11/layout ] && . "$XDG_CONFIG_HOME"/X11/layout + slstatus & xwallpaper --stretch "$WALLPAPER" & picom --config "$XDG_CONFIG_HOME"/picom/picom.conf & diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls index 62963a0..0a1d92c 100644 --- a/newsboat/.config/newsboat/urls +++ b/newsboat/.config/newsboat/urls @@ -86,6 +86,7 @@ https://notrelated.xyz/rss "~Not Related" https://www.youtube.com/feeds/videos.xml?channel_id=UCgTNupxATBfWmfehv21ym-g "~Null Byte" https://www.youtube.com/feeds/videos.xml?channel_id=UCetmdF6qGnMAdZP32i8AnbA "~Paulo Pereira" https://twitchrss.appspot.com/vod/paulo_pereira "~Paulo Pereira Twitch" +https://odysee.com/$/rss/@sirsudo:8 "~Sir Sudo" https://www.youtube.com/feeds/videos.xml?channel_id=UCW6xlqxSY3gGur4PkGPEUeA "~Seytonic" https://www.youtube.com/feeds/videos.xml?channel_id=UCFmjA6dnjv-phqrFACyI8tw "~Spacehunn" https://www.youtube.com/feeds/videos.xml?channel_id=UCJZTn-fPu-uIA55UI47_cXg "~Terry Davis" -- cgit v1.2.3