zmiana konfiguracji na wayland i sway :love:
This commit is contained in:
17
.config/sway/sway.d/10-autostart.conf
Normal file
17
.config/sway/sway.d/10-autostart.conf
Normal file
@ -0,0 +1,17 @@
|
||||
exec --no-startup-id swaymsg 'workspace 1; exec $TERMINAL; workspace 2; exec brave-browser-nightly;'
|
||||
|
||||
exec wl-paste -t text --watch clipman store
|
||||
exec nm-applet --indicator
|
||||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set org.gtk.Settings.FileChooser window-size '(1100,700)'
|
||||
gsettings set org.gnome.desktop.default-applications.terminal exec alacritty
|
||||
gsettings set org.gnome.desktop.default-applications.terminal exec-arg -e
|
||||
gsettings set org.gnome.desktop.wm.preferences button-layout ''
|
||||
}
|
||||
|
||||
exec "hash dbus-update-activation-environment 2>/dev/null; \
|
||||
dbus-update-activation-environment --all; \
|
||||
dbus-update-activation-environment --systemd; \
|
||||
systemctl --user start sway-session.target"
|
Reference in New Issue
Block a user