diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-02-04 00:11:04 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-02-04 00:11:04 +0000 |
commit | 5ffd3302557d3a893991ca173493efc5798d2e73 (patch) | |
tree | 7ac5791bfbb6b0d6fc72d87b86c0e71876a3932f | |
parent | c6d908e35a516d7370316743e2bfa11a951b88ad (diff) |
Multi Monitor support
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | X11/.config/X11/xinitrc | 3 | ||||
-rw-r--r-- | newsboat/.config/newsboat/urls | 1 |
3 files changed, 5 insertions, 0 deletions
@@ -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" |