mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-05 21:41:42 +01:00
Another attmpt to fix noctalia launching
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
exec-once = noctalia-cli start # Here for now, until they fix systemd launching
|
||||
$noctalia = $HOME/.local/bin/noctalia-cli
|
||||
exec-once = $noctalia start # Here for now, until they fix systemd launching
|
||||
|
||||
# Some default env vars.
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
@@ -18,17 +19,17 @@ $noteManagerSearch = walker-obsidian-search
|
||||
$literatureManager = zotero
|
||||
$localDocs = zeal
|
||||
$musicPlayer = spotify
|
||||
$bluetoothManager = noctalia-cli ipc call controlCenter toggle
|
||||
$bluetoothManager = $noctalia ipc call controlCenter toggle
|
||||
$officeSuite = onlyoffice-desktopeditors
|
||||
$fileManager = thunar
|
||||
$perfMonitor = missioncenter
|
||||
$terminalBackup = kitty
|
||||
$screenshot = hyprshot --mode region -o ~/Pictures/Screenshot/
|
||||
$lockscreen = noctalia-cli ipc call lockScreen lock
|
||||
$powerMenu = noctalia-cli ipc call sessionMenu toggle
|
||||
$lockscreen = $noctalia ipc call lockScreen lock
|
||||
$powerMenu = $noctalia ipc call sessionMenu toggle
|
||||
$colorpicker = hyprpicker -a
|
||||
$emojipicker = walker -m symbols
|
||||
$cheatsheet = noctalia-cli ipc call plugin:keybind-cheatsheet toggle
|
||||
$cheatsheet = $noctalia ipc call plugin:keybind-cheatsheet toggle
|
||||
|
||||
source = monitors.conf
|
||||
source = variables.conf
|
||||
|
||||
Reference in New Issue
Block a user