Update dotenv

This commit is contained in:
2022-10-29 21:02:19 -07:00
parent 8c6be13b38
commit e9458e3afa
4 changed files with 66 additions and 25 deletions

13
testing.sh Normal file → Executable file
View File

@ -1,12 +1 @@
#!/bin/bash
# Disable the workspaces
qdbus org.kde.KWin /VirtualDesktopManager org.kde.KWin.VirtualDesktopManager.rows 1
qdbus org.kde.KWin /VirtualDesktopManager org.kde.KWin.VirtualDesktopManager.removeDesktop $(qdbus org.kde.KWin /VirtualDesktopManager org.kde.KWin.VirtualDesktopManager.current)
# TODO: Remove the tray icon
# Enable touch points
if [[ $(qdbus org.kde.KWin /Effects org.kde.kwin.Effects.isEffectLoaded touchpoints) -eq 'false' ]]; then
qdbus org.kde.KWin /Effects org.kde.kwin.Effects.isEffectLoaded touchpoints
qdbus org.kde.KWin /Effects org.kde.kwin.Effects.loadEffect touchpoints
fi
#!/bin/bash