feat: Initial commit
This commit is contained in:
16
dot_config/private_sway/private_config
Normal file
16
dot_config/private_sway/private_config
Normal file
@@ -0,0 +1,16 @@
|
||||
# Initial Setup
|
||||
# exec $HOME/.config/sway/set_once.sh
|
||||
|
||||
# Config for sway
|
||||
#
|
||||
# Read `man 5 sway` for a complete reference.
|
||||
|
||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
|
||||
# user config directory
|
||||
include $HOME/.config/sway/config.d/*
|
||||
|
||||
# only enable this if every app you use is compatible with wayland
|
||||
# xwayland disable
|
||||
Reference in New Issue
Block a user