Wez for the dragon
This commit is contained in:
parent
ed5f8840b7
commit
14949fb6d6
2 changed files with 10 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
outputs,
|
||||
colors,
|
||||
config,
|
||||
|
@ -14,6 +15,10 @@
|
|||
# linux-desktop
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
swayosd
|
||||
];
|
||||
|
||||
home.file."${config.xdg.configHome}/hypr/hyprpaper.conf" = {
|
||||
enable = true;
|
||||
text = ''
|
||||
|
@ -38,9 +43,10 @@
|
|||
exec-once = [
|
||||
"hyprpaper"
|
||||
"mako"
|
||||
"swayosd"
|
||||
"eww daemon && eww open bar$EWW_BAR_MON"
|
||||
"firefox"
|
||||
"kitty --single-instance"
|
||||
"wezterm"
|
||||
# "wezterm"
|
||||
(lib.concatStringsSep " " [
|
||||
"swayidle -w"
|
||||
|
@ -137,10 +143,10 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
# "$mainMod, return, exec, wezterm"
|
||||
# "$mainMod SHIFT, return, exec, wezterm"
|
||||
"$mainMod, return, exec, kitty --single-instance"
|
||||
"$mainMod, return, exec, wezterm"
|
||||
"$mainMod SHIFT, return, exec, kitty"
|
||||
"$mainMod, U, exec, firefox"
|
||||
"$mainMod, space, exec, wofi --show drun"
|
||||
"$mainMod, space, exec, tofi-run | xargs swaymsg exec --"
|
||||
"$mainMod, C, killactive,"
|
||||
"$mainMod, M, exit,"
|
||||
"$mainMod, E, exec, dolphin"
|
||||
|
|
|
@ -19,12 +19,11 @@
|
|||
|
||||
desktop-usage
|
||||
podman
|
||||
kde-plasma
|
||||
# kde-plasma
|
||||
postgres
|
||||
wifi
|
||||
hyprland
|
||||
printing
|
||||
ewwbar
|
||||
melee
|
||||
lutris
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue