commit 91e735079c1c747586cc39c1c2fd57b64e7724a3
parent 631d0d646bc29d7d00cbb52f9d1695d48f8eb82c
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 2 Sep 2022 17:55:49 +0200
users/vincent: some sway related updates
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/systems/modules/desktop/base.nix b/systems/modules/desktop/base.nix
@@ -55,12 +55,13 @@ in
hasklig
inconsolata
iosevka
+ iosevka-comfy.comfy
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-extra
overpass
- # symbola
+ symbola
source-code-pro
twemoji-color-font
ubuntu_font_family
diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix
@@ -29,7 +29,7 @@ in
};
modifier = "Mod4";
terminal = "${pkgs.kitty}/bin/kitty";
- menu = "${pkgs.wofi}/bin/wofi --show drun -modi 'drun,run,window,ssh'";
+ menu = "${pkgs.wofi}/bin/wofi -G --show drun -modi 'drun,run,window,ssh'";
bindkeysToCode = true;
input = {
"type:keyboard" = {
@@ -60,7 +60,7 @@ in
in
{
"${mod}+p" = "exec ${menu}";
- "${mod}+Control+p" = "exec ${pkgs.wofi-emoji}/bin/wofi-emoji";
+ "${mod}+Control+p" = "exec ${pkgs.wofi-emoji}/bin/wofi-emoji -G";
"${mod}+Return" = "exec ${terminal}";
"${mod}+Shift+q" = "kill";
@@ -288,6 +288,7 @@ in
slurp
grim
gnome3.zenity
+ clipman
# terminals
# FIXME move this away, they work on both Xorg and Wayland/Sway
alacritty