wip: dnsc-machine setup
This commit is contained in:
parent
e6a9f210f1
commit
11d7d065f5
3 changed files with 3 additions and 3 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
nerd-fonts.victor-mono
|
nerd-fonts.victor-mono
|
||||||
adwaita-fonts
|
adwaita-fonts
|
||||||
|
noto-fonts-color-emoji
|
||||||
bodoni-moda
|
bodoni-moda
|
||||||
reversal-icon-theme
|
reversal-icon-theme
|
||||||
fnm
|
fnm
|
||||||
|
|
@ -56,7 +57,7 @@
|
||||||
antialiasing = true;
|
antialiasing = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = [ "VictorMono Nerd Font" ];
|
monospace = [ "VictorMono Nerd Font" ];
|
||||||
sansSerif = ["Adwaita Sans"];
|
sansSerif = [ "Adwaita Sans" "Noto Color Emoji" ];
|
||||||
serif = ["Bodoni Moda"];
|
serif = ["Bodoni Moda"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,6 @@
|
||||||
wezterm
|
wezterm
|
||||||
ghostty
|
ghostty
|
||||||
fish
|
fish
|
||||||
pcmanfm
|
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -276,7 +276,7 @@ binds {
|
||||||
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 "wezterm start -- btop"; }
|
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; }
|
||||||
Mod+N hotkey-overlay-title="File Manager" { spawn "pcmanfm"; }
|
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
|
||||||
Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
|
Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
|
||||||
|
|
||||||
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
|
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue