sway: switch to foot client-server && enable showing xwayland/xdg_shell

This commit is contained in:
Aminda Suomalainen 2022-04-15 09:33:26 +03:00
parent 30b55a4b1d
commit c2ec386106
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,8 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term foot
exec --no-startup-id foot --server
set $term footclient
# 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.
@ -216,5 +217,8 @@ bar {
}
}
# Reveal xwayland
for_window [shell=".*"] title_format "%title :: %shell"
include /etc/sway/config.d/*
include ~/.config/sway/config.d/*.conf