mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-09 07:11:42 +01:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE
|
|
exec-once = systemctl --user start graphical-session.target
|
|
|
|
$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
|
|
env = SDL_VIDEODRIVER,wayland
|
|
env = CLUTTER_BACKEND,wayland
|
|
env = HYPRCURSOR_THEME,"phinger-cursor"
|
|
env = HYPRCURSOR_SIZE,28
|
|
|
|
$mainMod = SUPER
|
|
$mainModShift = SUPER_SHIFT
|
|
|
|
$menu = walker
|
|
$terminal = ghostty +new-window
|
|
$browser = vivaldi
|
|
$noteManager = obsidian
|
|
$noteManagerSearch = walker-obsidian-search
|
|
$literatureManager = zotero
|
|
$localDocs = zeal
|
|
$musicPlayer = sone
|
|
$bluetoothManager = $noctalia ipc call controlCenter toggle
|
|
$officeSuite = onlyoffice-desktopeditors
|
|
$fileManager = thunar
|
|
$perfMonitor = missioncenter
|
|
$terminalBackup = kitty
|
|
$screenshot = hyprshot --mode region -o ~/Pictures/Screenshot/
|
|
$lockscreen = $noctalia ipc call lockScreen lock
|
|
$powerMenu = $noctalia ipc call sessionMenu toggle
|
|
$colorpicker = hyprpicker -a
|
|
$emojipicker = walker -m symbols
|
|
$cheatsheet = $noctalia ipc call plugin:keybind-cheatsheet toggle
|
|
|
|
source = monitors.conf
|
|
source = variables.conf
|
|
source = binds.conf
|
|
source = inputs.conf
|
|
source = appearance.conf
|