42 lines
1.2 KiB
TOML
42 lines
1.2 KiB
TOML
# General
|
|
discord = 'flatpak run com.discordapp.Discord'
|
|
dunst = 'dunst'
|
|
element = 'flatpak run im.riot.Riot'
|
|
kdeconnect = '$HOME/.nix-profile/libexec/kdeconnectd'
|
|
polkit = '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1'
|
|
qutebrowser = 'qutebrowser'
|
|
spotifyd = 'spotifyd --no-daemon'
|
|
syncthing = 'syncthing -no-browser'
|
|
teamspeak = 'flatpak run com.teamspeak.TeamSpeak -nosingleinstance'
|
|
thunderbird = 'thunderbird'
|
|
|
|
#clipboard-manager = 'parcellite' # X11
|
|
#clipboard-manager = 'wl-paste --watch cliphist store' # Wayland
|
|
|
|
# X11
|
|
conky-clock = 'conky --config="$HOME/.config/conky/clock.conf"'
|
|
conky-system = 'conky --config="$HOME/.config/conky/system.conf"'
|
|
sxhkd = 'sxhkd'
|
|
unclutter = 'unclutter --timeout=3 --ignore-scrolling --exclude-root'
|
|
xcompmgr = 'xcompmgr -cnfFn -D3'
|
|
|
|
# Wayland
|
|
hyprland-handler = '$XDG_CONFIG_HOME/hypr/handler.sh'
|
|
swww = 'swww init --no-daemon'
|
|
waybar = 'waybar'
|
|
|
|
|
|
[portalo]
|
|
ckb-next = 'ckb-next --background'
|
|
qbittorrent = 'flatpak run org.qbittorrent.qBittorrent'
|
|
signal = 'flatpak run org.signal.Signal'
|
|
solaar = 'solaar --window hide'
|
|
steam = 'flatpak run com.valvesoftware.Steam -silent'
|
|
|
|
conky-clock = false
|
|
conky-system = false
|
|
sxhkd = false
|
|
unclutter = false
|
|
xcompmgr = false
|
|
|
|
clipboard-manager = 'wl-paste --watch cliphist store'
|