Skip to content

Commit

Permalink
Removed bell notification from alacritty config
Browse files Browse the repository at this point in the history
Removed sudo check from starship config which was spamming the syslog

Enabled rtkit security escalation
  • Loading branch information
jwyuen committed May 31, 2024
1 parent e8b634a commit 40b8aed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dots/config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ y = 5
history = 10000
multiplier = 3

[bell]
animation = "Linear"
duration = 0
command = { program = "paplay", args = ["/usr/share/sounds/freedesktop/stereo/dialog-error.oga"] }
# [bell]
# animation = "Linear"
# duration = 0
# command = { program = "paplay", args = ["/usr/share/sounds/freedesktop/stereo/dialog-error.oga"] }

[env]
WINIT_X11_SCALE_FACTOR = "1.4"
2 changes: 1 addition & 1 deletion nix-config/home/files/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ truncation_symbol = "repo: "

# Fourth param
[sudo]
disabled = false
disabled = true

# Before all the version info (python, nodejs, php, etc.)
[git_status]
Expand Down
2 changes: 1 addition & 1 deletion nix-config/system/polkit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
};
};

security.rtkit.enable = true;
security.polkit.enable = true;

security.polkit.extraConfig = ''
polkit.addRule(function(action, subject) {
if (
Expand Down

0 comments on commit 40b8aed

Please sign in to comment.