mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-22 13:59:46 +01:00
wayland: improved config by adding local config
This commit is contained in:
@@ -3,7 +3,8 @@ exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||
nmcli radio wifi on &
|
||||
|
||||
~/.config/wayland/swayidle.sh &
|
||||
[ -f "${HOME}/.config/wayland/swayidle.sh" ] && . "${HOME}/.config/wayland/swayidle.sh" &
|
||||
[ -f "${HOME}/.config/wayland/wayland-local.conf" ] && . "${HOME}/.config/wayland/wayland-local.conf" &
|
||||
|
||||
$STATUSBAR & # use environment variable
|
||||
xss-lock -- swaylock & # enable locking the screen upon sleep
|
||||
@@ -23,7 +24,6 @@ signal-desktop &
|
||||
Telegram &
|
||||
threema-beta &
|
||||
thunderbird &
|
||||
# mattermost-desktop &
|
||||
|
||||
# monitor toggle &
|
||||
# touchpad off &
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.dotfiles
|
||||
.config/nvim/plugin/packer_compiled.lua
|
||||
.config/wayland/wayland-local.conf
|
||||
|
||||
Reference in New Issue
Block a user