temp removes ghostty systemd
This commit is contained in:
parent
7721b0ac6c
commit
382a2afb1f
2 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
installVimSyntax = true;
|
installVimSyntax = true;
|
||||||
systemd.enable = true;
|
|
||||||
clearDefaultKeybinds = true;
|
clearDefaultKeybinds = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "Catppuccin Mocha";
|
theme = "Catppuccin Mocha";
|
||||||
|
|
|
||||||
|
|
@ -297,10 +297,10 @@ binds {
|
||||||
Mod+Shift+Slash { show-hotkey-overlay; }
|
Mod+Shift+Slash { show-hotkey-overlay; }
|
||||||
|
|
||||||
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||||
Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty +new-window"; }
|
Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty"; }
|
||||||
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
|
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
|
||||||
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
|
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
|
||||||
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty +new-window -e btop"; }
|
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; }
|
||||||
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
|
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
|
||||||
Mod+V hotkey-overlay-title="Clipboard" { spawn-sh "~/.config/fuzzel/bin/fuzzel-cliphist.sh"; }
|
Mod+V hotkey-overlay-title="Clipboard" { spawn-sh "~/.config/fuzzel/bin/fuzzel-cliphist.sh"; }
|
||||||
Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
|
Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue