add basic (and working) sway config
This commit is contained in:
parent
c4219c5b62
commit
0ed78d898e
4 changed files with 112 additions and 56 deletions
|
|
@ -21,12 +21,12 @@ set $term alacritty
|
|||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||
set $menu bemenu-run
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
output * bg ~/Pictures/wallpaper.jpg fill
|
||||
# output * bg ~/Pictures/wallpaper.jpg fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
@ -221,4 +221,8 @@ bar {
|
|||
}
|
||||
}
|
||||
|
||||
# Start Stuff
|
||||
|
||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue