Compare commits
2 commits
1a7332365c
...
f6e666a877
Author | SHA1 | Date | |
---|---|---|---|
f6e666a877 | |||
eab72a3328 |
6 changed files with 16 additions and 10 deletions
|
@ -23,11 +23,11 @@ fi
|
|||
case "$1" in
|
||||
"_forget")
|
||||
host-backup forget --prune --group-by "host" \
|
||||
--keep-last 7 \
|
||||
--keep-daily 14 \
|
||||
--keep-last 14 \
|
||||
--keep-daily 28 \
|
||||
--keep-weekly 12 \
|
||||
--keep-monthly 12 \
|
||||
--keep-yearly 2
|
||||
--keep-monthly 24 \
|
||||
--keep-yearly 4
|
||||
;;
|
||||
*)
|
||||
restic "$@"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
### Display ###
|
||||
|
||||
# Which monitor should the notifications be displayed on.
|
||||
monitor = 0
|
||||
monitor = {{ env.DUNST_MONITOR }}
|
||||
|
||||
# Display notification on focused monitor. Possible modes are:
|
||||
# mouse: follow mouse pointer
|
8
.config/env.d/98-local-defaults
Executable file
8
.config/env.d/98-local-defaults
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
export AUTOSTART_DISPLAY=""
|
||||
|
||||
export MONITOR_PRIMARY="primary"
|
||||
export MONITOR_SECONDARY="secondary"
|
||||
|
||||
export DUNST_MONITOR="0"
|
|
@ -4,3 +4,5 @@ export AUTOSTART_DISPLAY="Hyprland"
|
|||
|
||||
export MONITOR_PRIMARY="DisplayPort-0"
|
||||
export MONITOR_SECONDARY="HDMI-A-0"
|
||||
|
||||
export DUNST_MONITOR="$MONITOR_SECONDARY"
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
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.net'",
|
||||
"on-click": "xdg-open 'https://status.serguzim.me'",
|
||||
"return-type": "json",
|
||||
"tooltip": true,
|
||||
"interval": 500
|
||||
|
|
Loading…
Reference in a new issue