Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos

This commit is contained in:
Andreas Zweili 2023-01-13 09:24:10 +01:00
commit 0fc45e5975
4 changed files with 4 additions and 9 deletions

View File

@ -75,12 +75,7 @@ keys = [
]
group_matches = [
[
Match(wm_class="TelegramDesktop"),
Match(wm_class="Signal"),
Match(title="WhatsApp"),
Match(title="Threema"),
], # 0
None, # 0
None, # 1
None, # 2
None, # 3

View File

@ -7,7 +7,7 @@
home.file.".config/qtile/autostart.d/signal.sh".source = ./signal.sh;
xdg.desktopEntries = {
signal = {
name = "Signal";
name = "Signal with tray icon";
exec = "${pkgs.unstable.signal-desktop}/bin/signal-desktop --use-tray-icon --no-sandbox %U";
terminal = false;
type = "Application";

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "start signal"
nohup signal-desktop > ~/.local/share/nohup.out &
nohup signal-desktop --use-tray-icon --no-sandbox > ~/.local/share/nohup.out &

View File

@ -116,7 +116,7 @@ ENABLE_DNSBL=0
# cap_add:
# - NET_ADMIN
# Otherwise, `nftables` won't be able to ban IPs.
ENABLE_FAIL2BAN=0
ENABLE_FAIL2BAN=1
# Fail2Ban blocktype
# drop => drop packet (send NO reply)