feat: add all configs
This commit is contained in:
commit
0267199f6e
23 changed files with 1673 additions and 0 deletions
12
home/oli/bin/alert.sh
Executable file
12
home/oli/bin/alert.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Send notifications to mako
|
||||
# Priorities: low, normal, critical
|
||||
# FIXME: this totally ignores escaping strings
|
||||
app=script
|
||||
prio=$1
|
||||
title=$2
|
||||
msg=$3
|
||||
|
||||
notify-send -a $app -u "$prio" "$title" "$msg"
|
||||
|
||||
7
home/oli/bin/vnc.sh
Normal file
7
home/oli/bin/vnc.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export WLR_BACKENDS=headless
|
||||
export WLR_RENDERER=pixman
|
||||
export WLR_LIBINPUT_NO_DEVICES=1
|
||||
nohup sway &
|
||||
WAYLAND_DISPLAY=wayland-1 wayvnc 0.0.0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue