mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-22 22:09:45 +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 &
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||||
nmcli radio wifi on &
|
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
|
$STATUSBAR & # use environment variable
|
||||||
xss-lock -- swaylock & # enable locking the screen upon sleep
|
xss-lock -- swaylock & # enable locking the screen upon sleep
|
||||||
@@ -23,7 +24,6 @@ signal-desktop &
|
|||||||
Telegram &
|
Telegram &
|
||||||
threema-beta &
|
threema-beta &
|
||||||
thunderbird &
|
thunderbird &
|
||||||
# mattermost-desktop &
|
|
||||||
|
|
||||||
# monitor toggle &
|
# monitor toggle &
|
||||||
# touchpad off &
|
# touchpad off &
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.dotfiles
|
.dotfiles
|
||||||
.config/nvim/plugin/packer_compiled.lua
|
.config/nvim/plugin/packer_compiled.lua
|
||||||
|
.config/wayland/wayland-local.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user