mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-08-05 00:17:46 +02:00
Compare commits
No commits in common. "a005ba35dba99b3db1985cf091b19522906638d2" and "466f023fcaa26f0310c53b5160baeb2962e00c1f" have entirely different histories.
a005ba35db
...
466f023fca
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
exec swayidle -w \
|
|
||||||
timeout 600 "notify-send -u critical 'Power' 'Laptop will suspend in 20 minutes!'"\
|
|
||||||
timeout 1200 "notify-send -u critical 'Power' 'Laptop will suspend in 10 minutes!'"\
|
|
||||||
timeout 1500 "notify-send -u critical 'Power' 'Laptop will suspend in 5 minutes!'"\
|
|
||||||
timeout 1740 "notify-send -u critical 'Power' 'System will suspend in 1 minute!'"\
|
|
||||||
timeout 1790 "notify-send -u critical 'Power' 'System will suspend in 10 seconds!'"\
|
|
||||||
timeout 1795 "notify-send -u critical 'Power' 'System will suspend in 5 seconds!'"\
|
|
||||||
timeout 1800 "systemctl suspend-then-hibernate"
|
|
@ -1,11 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||||
nmcli radio wifi on &
|
|
||||||
|
|
||||||
~/.config/wayland/swayidle.sh &
|
|
||||||
|
|
||||||
$STATUSBAR & # use environment variable
|
$STATUSBAR & # use environment variable
|
||||||
|
# unclutter & # hide cursor
|
||||||
xss-lock -- swaylock & # enable locking the screen upon sleep
|
xss-lock -- swaylock & # enable locking the screen upon sleep
|
||||||
swaybg -i ~/.local/share/bg &
|
swaybg -i ~/.local/share/bg &
|
||||||
dunst &
|
dunst &
|
||||||
@ -20,10 +18,10 @@ keepassxc &
|
|||||||
zen-browser &
|
zen-browser &
|
||||||
discord &
|
discord &
|
||||||
signal-desktop &
|
signal-desktop &
|
||||||
Telegram &
|
telegram-desktop &
|
||||||
threema-beta &
|
threema-beta &
|
||||||
thunderbird &
|
thunderbird &
|
||||||
# mattermost-desktop &
|
mattermost-desktop &
|
||||||
|
|
||||||
# monitor toggle &
|
# monitor toggle &
|
||||||
# touchpad off &
|
# touchpad off &
|
||||||
|
@ -2,4 +2,3 @@
|
|||||||
default=gtk
|
default=gtk
|
||||||
org.freedesktop.impl.portal.Screenshot=wlr
|
org.freedesktop.impl.portal.Screenshot=wlr
|
||||||
org.freedesktop.impl.portal.ScreenCast=wlr
|
org.freedesktop.impl.portal.ScreenCast=wlr
|
||||||
org.freedesktop.impl.portal.Secret=gnome-keyring
|
|
||||||
|
@ -185,7 +185,7 @@ fi
|
|||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
# python
|
# python
|
||||||
eval "$(pyenv init - zsh)"
|
#eval "$(pyenv init -)"
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
# COMMANDS BEFORE PROMPT #
|
# COMMANDS BEFORE PROMPT #
|
||||||
|
Loading…
x
Reference in New Issue
Block a user