Skip to content

Commit

Permalink
background-view: Drop
Browse files Browse the repository at this point in the history
This plugin is replaced by pin-view plugin, which is ipc based. To use it,
'pip3 install wayfire' and find the scripts in this repo under the ipc-scripts
directory. [un]pin-view.py can handle multiple views, and different views on
different workspaces. It is recommended to use in conjuntion with the ghost
plugin so the pinned views do not recieve input.
  • Loading branch information
soreau committed Aug 14, 2024
1 parent de6a22b commit bfb78fc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 529 deletions.
28 changes: 0 additions & 28 deletions metadata/background-view.xml

This file was deleted.

1 change: 0 additions & 1 deletion metadata/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
install_data('annotate.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('autorotate-iio.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('background-view.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('bench.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('crosshair.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
install_data('focus-change.xml', install_dir: wayfire.get_variable(pkgconfig: 'metadatadir'))
Expand Down
Loading

0 comments on commit bfb78fc

Please sign in to comment.