Merge branch 'master' of gitlab.com:shockrah/shockrah-city
This commit is contained in:
60
prebuild/post/pop-dwm.md
Normal file
60
prebuild/post/pop-dwm.md
Normal file
@@ -0,0 +1,60 @@
|
||||
# DWM and POP!\_OS
|
||||
|
||||
|
||||
## tl;dr
|
||||
|
||||
Make a `/usr/share/xsessions/dwm.desktop` file with contents listed below and a /comfy/ script.
|
||||
|
||||
## Doing the thing tho
|
||||
|
||||
1. We need a `/usr/share/xsession/dwm.desktop` file. Mine looks like this:
|
||||
|
||||
|
||||
```
|
||||
[Desktop Entry]
|
||||
Name=DWM
|
||||
Comment=This session logs in to DWM
|
||||
Exec=/home/shockrah/Rice/dwm-launcher.sh
|
||||
Type=Application
|
||||
```
|
||||
|
||||
Nothing to crazy its basically a `toml` config with an executable as the entry point of the DE.
|
||||
For reference here's the official Pop OS config:
|
||||
|
||||
```
|
||||
[Desktop Entry]
|
||||
Name=Pop
|
||||
Comment=This session logs you into Pop
|
||||
Exec=env GNOME_SHELL_SESSION_MODE=pop /usr/bin/gnome-session --systemd --session=pop
|
||||
TryExec=/usr/bin/gnome-shell
|
||||
Type=Application
|
||||
DesktopNames=pop:GNOME
|
||||
X-GDM-SessionRegisters=true
|
||||
X-Ubuntu-Gettext-Domain=gnome-session-3.0
|
||||
```
|
||||
|
||||
This time there's more fluff but you can ignore it for the most part(I think).
|
||||
|
||||
2. Now let's look at that script I have have [/home/shockrah/Rice/dwm-launcher.sh]:
|
||||
|
||||
```sh
|
||||
#!/bin/sh
|
||||
# This script is used to mimic an xinitrc to some degree
|
||||
|
||||
set -x
|
||||
eval `ssh-agent`
|
||||
|
||||
compton --backend glx --xrender-sync --xrender-sync-fence -b
|
||||
bright 50 DWM# custom brightness script
|
||||
|
||||
feh --randomize --bg-fill ~/Pictures/Papes/* &
|
||||
|
||||
statline &
|
||||
exec dwm
|
||||
```
|
||||
|
||||
Nothing crazy right? Yeap that's it really to setup DWM with any changes you might have easily with Pop OS.
|
||||
|
||||
In case you're wondering here's what my setup currently looks like:
|
||||
|
||||

|
||||
15
prebuild/stream.md
Normal file
15
prebuild/stream.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Twitch Stream
|
||||
|
||||
<iframe src="https://player.twitch.tv/?channel=shockrah" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
|
||||
# Latest Interesting highlight
|
||||
|
||||
Cool skip that I found that ended up being really hard to setup let alone execute.
|
||||
|
||||
|
||||
<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://streamable.com/s/b4h2r/wtdgkb" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>
|
||||
|
||||
# Various Social Media's
|
||||
|
||||
> Discord: `shockrah#2647`
|
||||
|
||||
<blockquote>Mastadon: <a href="https://qoto.org/@shockrah">https://qoto.org/@shockrah</a></blockquote>
|
||||
Reference in New Issue
Block a user