Compare commits
2 commits
1208471b7b
...
4aa5a8a26c
Author | SHA1 | Date | |
---|---|---|---|
|
4aa5a8a26c | ||
|
af8984dbbc |
2 changed files with 5 additions and 7 deletions
|
@ -30,12 +30,6 @@ args @ { pkgs, ... }:
|
|||
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
system.userActivationScripts = {
|
||||
test2 = ''
|
||||
${pkgs.autorandr}/bin/autorandr --match-edid --dry-run &> /home/krizej/dupaa
|
||||
'';
|
||||
};
|
||||
|
||||
users.users.krizej = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "input" ];
|
||||
|
|
|
@ -62,6 +62,8 @@ in {
|
|||
};
|
||||
|
||||
startup = [
|
||||
{ command = "autotiling &"; notification = false; }
|
||||
|
||||
# { command = "mpd &"; notification = false; }
|
||||
{ command = "dunst &"; notification = false; }
|
||||
{ command = "flameshot &"; notification = false; }
|
||||
|
@ -213,6 +215,8 @@ in {
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
autotiling
|
||||
|
||||
(pkgs.writeShellScriptBin "i3custom-center-mouse-on-focus" ''
|
||||
eval $(xdotool getwindowfocus getwindowgeometry --shell)
|
||||
MX=$(($X + $WIDTH / 2))
|
||||
|
|
Loading…
Reference in a new issue