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