update sway config

This commit is contained in:
Cyryl Płotnicki 2021-01-23 09:58:57 +00:00
parent 2647e80c96
commit b88dfb4570
2 changed files with 8 additions and 1 deletions

View file

@ -5,8 +5,11 @@ in
{
services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ];
services.dbus.socketActivated = true;
programs.dconf.enable = true;
programs.sway.enable = true;
programs.qt5ct.enable = true;
systemd.defaultUnit = "graphical.target";
home-manager.users.cyryl = {...}: {
programs.mako.enable = true;
@ -28,6 +31,10 @@ in
clipman
wofi
libappindicator-gtk3
gtk-engine-murrine
gtk_engines
gsettings-desktop-schemas
lxappearance
];
services.udiskie.enable = true;

View file

@ -7,7 +7,7 @@ in
"${mod}+Shift+e" = "exit";
"${mod}+Shift+r" = "reload";
"${mod}+Shift+l" = "exec swaylock -c 657b83";
"${mod}+Return" = "exec ${pkgs.alacritty}/bin/alacritty";
"${mod}+Return" = "exec ${pkgs.kitty}/bin/kitty";
"XF86AudioRaiseVolume" = "exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%";
"XF86AudioLowerVolume" = "exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%";