Add files via upload
This commit is contained in:
parent
9b839e05c8
commit
eddfe7d29a
1 changed files with 3 additions and 6 deletions
|
@ -1,13 +1,9 @@
|
||||||
### noch zu tun:
|
### noch zu tun:
|
||||||
# Farbeinstellungen für Alacritty und Mako und swaynag automatisch anpassen
|
# Farbeinstellungen für Alacritty, Mako und swaynag aus einer Datei automatisch anpassen (shellskript beim Start ausführen, um configs anzupassen?)
|
||||||
# Screenshot optimieren: https://github.com/de-arl/slurpshot
|
# Screenshot optimieren, Beispiel: https://github.com/de-arl/slurpshot
|
||||||
# https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Hibernation
|
# https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Hibernation
|
||||||
|
|
||||||
|
|
||||||
### XWayland
|
|
||||||
# xwayland disable
|
|
||||||
|
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt.
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
@ -42,6 +38,7 @@
|
||||||
exec veracrypt -k "" --pim=0 --protect-hidden=no /dev/sda1 /mnt/veracrypt1
|
exec veracrypt -k "" --pim=0 --protect-hidden=no /dev/sda1 /mnt/veracrypt1
|
||||||
exec riseup-vpn -w
|
exec riseup-vpn -w
|
||||||
exec mako --background-color "#$backgr" --text-color "#$text" -c ~/.config/sway/mako.conf
|
exec mako --background-color "#$backgr" --text-color "#$text" -c ~/.config/sway/mako.conf
|
||||||
|
# use "xwayland disable" for pure wayland session
|
||||||
exec_always xrandr --output XWAYLAND0 --primary
|
exec_always xrandr --output XWAYLAND0 --primary
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue