cleanup
@ -39,6 +39,9 @@ export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/podman/podman.sock"
|
|||||||
|
|
||||||
export SSH_AUTH_SOCK; SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
export SSH_AUTH_SOCK; SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||||
|
|
||||||
|
# shellcheck disable=SC2046
|
||||||
|
systemctl --user import-environment PATH $(compgen -v XDG)
|
||||||
|
|
||||||
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
|
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
|
||||||
GUILOG="$HOME/.local/state/gui.log"
|
GUILOG="$HOME/.local/state/gui.log"
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
output HDMI-A-0
|
|
||||||
off
|
|
||||||
output eDP
|
|
||||||
mode 1920x1080
|
|
||||||
pos 0x0
|
|
||||||
rate 60.00
|
|
@ -1 +0,0 @@
|
|||||||
eDP 00ffffffffffff0009e5d50800000000231d0104a5221378030b95935c59932a20505400000001010101010101010101010101010101043a803671381e403020360058c21000001a000000000000000000000000000000000000000000fe00424f452043510a202020202020000000fe004e5431353646484d2d4e34330a000e
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
feh --bg-fill "$XDG_CONFIG_HOME/wallpapers/mount_cook.jpg" --no-fehbg
|
|
@ -1,2 +0,0 @@
|
|||||||
[config]
|
|
||||||
skip-options=crtc,gamma,x-prop-colorspace,x-prop-max_bpc,x-prop-non_desktop,x-prop-scaling_mode,x-prop-tearfree,x-prop-underscan,x-prop-underscan_hborder,x-prop-underscan_vborder,
|
|
@ -7,6 +7,10 @@ function bd() {
|
|||||||
echo "$@" | base64 -d; echo
|
echo "$@" | base64 -d; echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function gi() {
|
||||||
|
curl -fL "https://www.toptal.com/developers/gitignore/api/$(printf '%s\n' "$@" | sort -u | paste -sd,)"
|
||||||
|
}
|
||||||
|
|
||||||
function update() {
|
function update() {
|
||||||
$TERM --hold -e "$SHELL" -ic "pac -Syu && echo $'\e[32mDONE'" &
|
$TERM --hold -e "$SHELL" -ic "pac -Syu && echo $'\e[32mDONE'" &
|
||||||
$TERM --hold -e "$SHELL" -ic "flatpak update && echo -e $'\e[32mDONE'" &
|
$TERM --hold -e "$SHELL" -ic "flatpak update && echo -e $'\e[32mDONE'" &
|
||||||
@ -48,3 +52,6 @@ alias ...='../..' \
|
|||||||
watch='watch -c ' \
|
watch='watch -c ' \
|
||||||
xargs='xargs ' \
|
xargs='xargs ' \
|
||||||
xmr='monero-wallet-cli --daemon-address monero.maby.dev:18081 --trusted-daemon --log-file=/tmp/monero-wallet-cli.log --wallet-file /home/ange/.config/monero/ange'
|
xmr='monero-wallet-cli --daemon-address monero.maby.dev:18081 --trusted-daemon --log-file=/tmp/monero-wallet-cli.log --wallet-file /home/ange/.config/monero/ange'
|
||||||
|
|
||||||
|
. /usr/share/git/completion/git-completion.bash
|
||||||
|
$(complete -p git) p c
|
||||||
|
@ -7,7 +7,6 @@ compalias dk='podman' \
|
|||||||
dkclsa='podman container ls -a --external' \
|
dkclsa='podman container ls -a --external' \
|
||||||
dkclsaq='podman container ls -a -q --external' \
|
dkclsaq='podman container ls -a -q --external' \
|
||||||
dkclsq='podman container ls -q' \
|
dkclsq='podman container ls -q' \
|
||||||
dkcrm!='podman container rm -f' \
|
|
||||||
dkcrm='podman container rm' \
|
dkcrm='podman container rm' \
|
||||||
dkcsp='podman container stop' \
|
dkcsp='podman container stop' \
|
||||||
dkcst='podman container restart' \
|
dkcst='podman container restart' \
|
||||||
@ -21,7 +20,6 @@ compalias dk='podman' \
|
|||||||
dkilsaq='podman image ls -a -q' \
|
dkilsaq='podman image ls -a -q' \
|
||||||
dkilsq='podman image ls -q' \
|
dkilsq='podman image ls -q' \
|
||||||
dkip='podman image push' \
|
dkip='podman image push' \
|
||||||
dkirm!='podman image rm -f' \
|
|
||||||
dkirm='podman image rm' \
|
dkirm='podman image rm' \
|
||||||
dkis='podman image save' \
|
dkis='podman image save' \
|
||||||
dkit='podman image tag' \
|
dkit='podman image tag' \
|
||||||
@ -31,11 +29,9 @@ compalias dk='podman' \
|
|||||||
dkni='podman network inspect' \
|
dkni='podman network inspect' \
|
||||||
dknls='podman network ls' \
|
dknls='podman network ls' \
|
||||||
dknlsq='podman network ls -q' \
|
dknlsq='podman network ls -q' \
|
||||||
dknrm!='podman network rm -f' \
|
|
||||||
dknrm='podman network rm' \
|
dknrm='podman network rm' \
|
||||||
dksys='podman system' \
|
dksys='podman system' \
|
||||||
dksysdf='podman system df' \
|
dksysdf='podman system df' \
|
||||||
dksysp!='podman system prune -f' \
|
|
||||||
dksysp='podman system prune' \
|
dksysp='podman system prune' \
|
||||||
dktop='podman top' \
|
dktop='podman top' \
|
||||||
dkv='podman volume' \
|
dkv='podman volume' \
|
||||||
@ -43,11 +39,9 @@ compalias dk='podman' \
|
|||||||
dkvi='podman volume inspect' \
|
dkvi='podman volume inspect' \
|
||||||
dkvls='podman volume ls' \
|
dkvls='podman volume ls' \
|
||||||
dkvlsq='podman volume ls -q' \
|
dkvlsq='podman volume ls -q' \
|
||||||
dkvrm!='podman volume rm -f' \
|
|
||||||
dkvrm='podman volume rm'
|
dkvrm='podman volume rm'
|
||||||
|
|
||||||
alias dc='docker-compose' \
|
alias dc='docker-compose' \
|
||||||
dcb!='docker-compose build --no-cache' \
|
|
||||||
dcb='docker-compose build' \
|
dcb='docker-compose build' \
|
||||||
dccls='docker-compose ps' \
|
dccls='docker-compose ps' \
|
||||||
dcclsq='docker-compose ps -q' \
|
dcclsq='docker-compose ps -q' \
|
||||||
@ -56,9 +50,7 @@ alias dc='docker-compose' \
|
|||||||
dcl='docker-compose pull' \
|
dcl='docker-compose pull' \
|
||||||
dcr='docker-compose run --rm' \
|
dcr='docker-compose run --rm' \
|
||||||
dcrd='docker-compose run -d --rm' \
|
dcrd='docker-compose run -d --rm' \
|
||||||
dcrm!='docker-compose rm -f' \
|
|
||||||
dcrm='docker-compose rm' \
|
dcrm='docker-compose rm' \
|
||||||
dcrmv!='docker-compose rm -v -f' \
|
|
||||||
dcrmv='docker-compose rm -v' \
|
dcrmv='docker-compose rm -v' \
|
||||||
dcsp='docker-compose stop' \
|
dcsp='docker-compose stop' \
|
||||||
dcst='docker-compose restart' \
|
dcst='docker-compose restart' \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
function gi() {
|
|
||||||
curl -fL "https://www.toptal.com/developers/gitignore/api/$(printf '%s\n' "$@" | sort -u | paste -sd,)"
|
|
||||||
}
|
|
@ -2,13 +2,13 @@
|
|||||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCI4W-ck8ZLA_YljxMhlpg2g "Chess Simp"
|
https://www.youtube.com/feeds/videos.xml?channel_id=UCI4W-ck8ZLA_YljxMhlpg2g "Chess Simp"
|
||||||
|
|
||||||
@ News
|
@ News
|
||||||
https://archlinux.org/feeds/news/ "ArchLinux"
|
https://archlinux.org/feeds/news/ "ArchLinux"
|
||||||
https://odysee.com/$/rss/@BrodieRobertson:5 "BrodieRobertson"
|
https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "BrodieRobertson"
|
||||||
https://www.debian.org/News/news "Debian"
|
https://www.debian.org/News/news "Debian"
|
||||||
https://f-droid.org/feed.xml "F-Droid"
|
https://f-droid.org/feed.xml "F-Droid"
|
||||||
https://odysee.com/$/rss/@AlphaNerd:8 "MentalOutlaw"
|
https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA "MentalOutlaw"
|
||||||
https://suckless.org/atom.xml "suckless.org"
|
https://suckless.org/atom.xml "suckless.org"
|
||||||
https://tails.net/news/index.en.rss "Tails"
|
https://tails.net/news/index.en.rss "Tails"
|
||||||
|
|
||||||
@ Updates
|
@ Updates
|
||||||
https://github.com/vector-im/element-web/releases.atom "Element"
|
https://github.com/vector-im/element-web/releases.atom "Element"
|
||||||
|
1
.config/nvim/ftplugin/css.lua
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
html.lua
|
@ -1 +1 @@
|
|||||||
Subproject commit 2d9b06177a975543726ce5c73fca176cedbffe9d
|
Subproject commit 3707cdb1e43f5cea73afb6037e6494e7ce847a66
|
@ -1 +1 @@
|
|||||||
Subproject commit 2eca9ba22002184ac05eddbe47a7fe2d5a384dfc
|
Subproject commit 415af52339215926d705cccc08145f3782c4d132
|
@ -1 +1 @@
|
|||||||
Subproject commit caba7ef3556079dec03407bcbb290ddc688ea06e
|
Subproject commit a67a312e7b08cbf2895d8f29a4b1f38f18d9a8e8
|
@ -52,9 +52,6 @@ static const Layout layouts[] = {
|
|||||||
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
|
{ MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
|
||||||
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
|
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
|
||||||
|
|
||||||
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
|
|
||||||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
|
||||||
|
|
||||||
/* commands */
|
/* commands */
|
||||||
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
||||||
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
|
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
|
||||||
@ -112,4 +109,3 @@ static const Button buttons[] = {
|
|||||||
{ ClkTagBar, MODKEY, Button1, tag, {0} },
|
{ ClkTagBar, MODKEY, Button1, tag, {0} },
|
||||||
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
|
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
1
.config/systemd/user/sockets.target.wants/podman.socket
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/user/podman.socket
|
1
.config/systemd/user/timers.target.wants/wallpaper.timer
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../wallpaper.timer
|
6
.config/systemd/user/wallpaper.service
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Randomly changes wallpaper
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=bash wallpaper
|
9
.config/systemd/user/wallpaper.timer
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Randomly changes wallpaper
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnUnitInactiveSec=10min
|
||||||
|
Unit=wallpaper.service
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Before Width: | Height: | Size: 996 KiB |
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 474 KiB |
Before Width: | Height: | Size: 4.9 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 573 KiB |
BIN
.config/wallpapers/nusapenida.jpg
Normal file
After Width: | Height: | Size: 769 KiB |
@ -1 +1 @@
|
|||||||
Subproject commit d81279f291f16487757a07a4d793d271a413a547
|
Subproject commit be787ffa4852e27b1079866f615aa7d22801c01d
|
5
.local/bin/wallpaper
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
|
feh --bg-fill "$(shuf -en1 "$XDG_CONFIG_HOME/wallpapers/"!(lock.png))" --no-fehbg
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
||||||
|
|
||||||
env LUTRIS_SKIP_INIT=1 flatpak run net.lutris.Lutris lutris:rungameid/1
|
|