Compare commits
No commits in common. "f6e666a877a2e6e6e130c1eb831f754ad04feee7" and "1a7332365cdb4792a4fa528a6301f2ffc3b82676" have entirely different histories.
f6e666a877
...
1a7332365c
6 changed files with 10 additions and 16 deletions
|
@ -23,11 +23,11 @@ fi
|
|||
case "$1" in
|
||||
"_forget")
|
||||
host-backup forget --prune --group-by "host" \
|
||||
--keep-last 14 \
|
||||
--keep-daily 28 \
|
||||
--keep-last 7 \
|
||||
--keep-daily 14 \
|
||||
--keep-weekly 12 \
|
||||
--keep-monthly 24 \
|
||||
--keep-yearly 4
|
||||
--keep-monthly 12 \
|
||||
--keep-yearly 2
|
||||
;;
|
||||
*)
|
||||
restic "$@"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
### Display ###
|
||||
|
||||
# Which monitor should the notifications be displayed on.
|
||||
monitor = {{ env.DUNST_MONITOR }}
|
||||
monitor = 0
|
||||
|
||||
# Display notification on focused monitor. Possible modes are:
|
||||
# mouse: follow mouse pointer
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
export AUTOSTART_DISPLAY=""
|
||||
|
||||
export MONITOR_PRIMARY="primary"
|
||||
export MONITOR_SECONDARY="secondary"
|
||||
|
||||
export DUNST_MONITOR="0"
|
|
@ -4,5 +4,3 @@ export AUTOSTART_DISPLAY="Hyprland"
|
|||
|
||||
export MONITOR_PRIMARY="DisplayPort-0"
|
||||
export MONITOR_SECONDARY="HDMI-A-0"
|
||||
|
||||
export DUNST_MONITOR="$MONITOR_SECONDARY"
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
keepassxc # password manager
|
||||
libsForQt5.kdeconnect-kde # tool to connect a phone to the computer
|
||||
pavucontrol # Pulseaudio GUI
|
||||
#python310Packages.adblock # pylib for adblocking in qutebrowser
|
||||
#python310Packages.pynacl # pylib for qutebrowser-keepassxc support
|
||||
#(qutebrowser.override { enableWideVine = true; }) # vim-like browser
|
||||
(ungoogled-chromium.override { enableWideVine = true; }) # browser
|
||||
xfce.thunar # file manager
|
||||
xfce.tumbler # thumbnail tool
|
||||
];
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"custom/status": {
|
||||
"format": " {}",
|
||||
"exec": "~/.config/waybar/custom/status-serguzim-net",
|
||||
"on-click": "xdg-open 'https://status.serguzim.me'",
|
||||
"on-click": "xdg-open 'https://status.serguzim.net'",
|
||||
"return-type": "json",
|
||||
"tooltip": true,
|
||||
"interval": 500
|
||||
|
|
Loading…
Reference in a new issue