add line to sway config to show whether a window is running under

wayland or xwayland
master
alex 2023-06-03 16:53:01 -05:00
parent 9868f6210d
commit 743c072019
3 changed files with 13 additions and 1 deletions

6
.config/mimeapps.list Normal file
View File

@ -0,0 +1,6 @@
[Default Applications]
inode/directory=thunar.desktop
application/x-gnome-saved-search=thunar.desktop
video/=mpv.desktop
image/=imv.desktop

View File

@ -303,10 +303,15 @@ gaps outer 10
#border #border
default_border pixel 2 default_border pixel 2
#for_window [shell="^((?!xdg_shell).)*$"] title_format "%title :: %shell"
for_window [shell=".*"] title_format "%title :: %shell"
#set windows to float by default #set windows to float by default
for_window [class="Matplotlib"] floating enable for_window [class="Matplotlib"] floating enable
#for_window [class="Steam"] floating enable #for_window [class="Steam"] floating enable
#input config #input config
input type:pointer accel_profile flat input type:pointer accel_profile flat
input type:pointer pointer_accel -0.5 input type:pointer pointer_accel -0.5

View File

@ -60,7 +60,8 @@ export SFEED_URL_FILE="$HOME/.local/share/sfeed/read"
#set programs #set programs
export EDITOR=nvim export EDITOR=nvim
export BROWSER="browser.sh" #export BROWSER="browser.sh"
export BROWSER="com.brave.Browser"
#lf icons #lf icons