mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: add udev rule for auto-screenshare
This commit is contained in:
parent
1ae3be96fa
commit
a7e7557489
4 changed files with 41 additions and 2 deletions
|
|
@ -14,7 +14,6 @@
|
|||
opacitytoggle
|
||||
fs-diff
|
||||
github-notifications
|
||||
screenshare
|
||||
hm-specialisation
|
||||
t2ts
|
||||
ts2t
|
||||
|
|
|
|||
|
|
@ -190,6 +190,12 @@ in
|
|||
class = ".*";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "opacity 1";
|
||||
criteria = {
|
||||
app_id = "at.yrlf.wl_mirror";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "opacity 1";
|
||||
criteria = {
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
dbus
|
||||
swaylock-effects
|
||||
syncthingtray-minimal
|
||||
wl-mirror
|
||||
|
||||
# secure boot
|
||||
sbctl
|
||||
|
|
@ -41,6 +42,8 @@
|
|||
# better make for general tasks
|
||||
just
|
||||
|
||||
screenshare
|
||||
|
||||
# keyboards
|
||||
qmk
|
||||
vial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue