add line to sway config to show whether a window is running under
wayland or xwaylandmaster
parent
9868f6210d
commit
743c072019
|
@ -0,0 +1,6 @@
|
|||
|
||||
[Default Applications]
|
||||
inode/directory=thunar.desktop
|
||||
application/x-gnome-saved-search=thunar.desktop
|
||||
video/=mpv.desktop
|
||||
image/=imv.desktop
|
|
@ -303,10 +303,15 @@ gaps outer 10
|
|||
#border
|
||||
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
|
||||
for_window [class="Matplotlib"] floating enable
|
||||
#for_window [class="Steam"] floating enable
|
||||
|
||||
|
||||
#input config
|
||||
input type:pointer accel_profile flat
|
||||
input type:pointer pointer_accel -0.5
|
||||
|
|
|
@ -60,7 +60,8 @@ export SFEED_URL_FILE="$HOME/.local/share/sfeed/read"
|
|||
|
||||
#set programs
|
||||
export EDITOR=nvim
|
||||
export BROWSER="browser.sh"
|
||||
#export BROWSER="browser.sh"
|
||||
export BROWSER="com.brave.Browser"
|
||||
|
||||
|
||||
#lf icons
|
||||
|
|
Loading…
Reference in New Issue