commit 2bb53581eba5e49d8117732e56407d02692ea95f
parent fb31c8de7dd59abec06ef1672c95974d2258c9b6
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 4 Dec 2020 16:29:12 +0100
users/vincent: start tuning some i3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/users/vincent/desktop/i3.nix b/users/vincent/desktop/i3.nix
@@ -13,7 +13,8 @@ let
*Shutdown) systemctl -i poweroff
esac
'';
- lockCommand = "${pkgs.i3lock-color}/bin/i3lock-color -c 666666";
+ # lockCommand = "${pkgs.i3lock-color}/bin/i3lock-color -c 666666";
+ lockCommand = "${pkgs.betterlockscreen}/bin/betterlockscreen -l dim";
in
{
imports = [
@@ -53,6 +54,8 @@ in
];
programs.rofi.enable = true;
services = {
+ blueman-applet.enable = true;
+ pasystray.enable = true;
dunst = {
enable = true;
settings = {
@@ -103,6 +106,9 @@ in
enable = true;
lockCmd = lockCommand;
inactiveInterval = 60;
+ xautolockExtraOptions = [
+ "Xautolock.killer: systemctl suspend"
+ ];
};
random-background = {
enable = true;
@@ -184,16 +190,11 @@ in
action = "IncreaseFontSize";
}
{
- key = "Add";
+ key = "Plus";
mods = "Control";
action = "IncreaseFontSize";
}
{
- key = "Subtract";
- mods = "Control";
- action = "DecreaseFontSize";
- }
- {
key = "Minus";
mods = "Control";
action = "DecreaseFontSize";