diff options
| author | Piotr Bartoszewicz <piotrek15.pb@gmail.com> | 2025-06-08 11:45:53 +0200 |
|---|---|---|
| committer | Piotr Bartoszewicz <piotrek15.pb@gmail.com> | 2025-06-08 11:45:53 +0200 |
| commit | 90aa8fc0eace6a0117fde26c5345c30a2761d843 (patch) | |
| tree | 3b09889c0a30583d7277bc7734a16112e7fc8379 /run.fish | |
| parent | colours: fix switching (diff) | |
| download | caelestia-shell-90aa8fc0eace6a0117fde26c5345c30a2761d843.tar.gz caelestia-shell-90aa8fc0eace6a0117fde26c5345c30a2761d843.tar.bz2 caelestia-shell-90aa8fc0eace6a0117fde26c5345c30a2761d843.zip | |
fix: hardcoded interpreter paths
Diffstat (limited to 'run.fish')
| -rwxr-xr-x | run.fish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/fish +#!/usr/bin/env fish set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu.warning = false' # System tray dbus property errors set -l notifs 'quickshell.service.notifications.warning = false' # Notification server warnings on reload |