Compare commits
4 commits
1b46e6d3b6
...
8b4fd047d9
Author | SHA1 | Date | |
---|---|---|---|
8b4fd047d9 | |||
c687b7dd2f | |||
9483a5d88b | |||
1d4991da88 |
4 changed files with 18 additions and 17 deletions
|
@ -237,7 +237,7 @@ in {
|
||||||
(fields {
|
(fields {
|
||||||
class = "^steam$";
|
class = "^steam$";
|
||||||
title = "^notificationtoasts$"; # Steam notifications
|
title = "^notificationtoasts$"; # Steam notifications
|
||||||
} [])
|
} ["pin" "suppressevent activatefocus"])
|
||||||
(fields {
|
(fields {
|
||||||
class = "^steam$";
|
class = "^steam$";
|
||||||
title = "^Steam$"; # Main window
|
title = "^Steam$"; # Main window
|
||||||
|
|
|
@ -197,8 +197,8 @@ in {
|
||||||
cursor = {
|
cursor = {
|
||||||
hide_on_key_press = true;
|
hide_on_key_press = true;
|
||||||
hotspot_padding = 10;
|
hotspot_padding = 10;
|
||||||
min_refresh_rate = 60; # !! Hardware dependent
|
#// min_refresh_rate = 60; # !! Hardware dependent
|
||||||
no_break_fs_vrr = true;
|
#// no_break_fs_vrr = true;
|
||||||
#// no_hardware_cursors = true;
|
#// no_hardware_cursors = true;
|
||||||
no_warps = true;
|
no_warps = true;
|
||||||
zoom_rigid = true;
|
zoom_rigid = true;
|
||||||
|
|
|
@ -82,20 +82,6 @@ in {
|
||||||
"/r" = any "/run";
|
"/r" = any "/run";
|
||||||
"/rc" = any "/run/current-system";
|
"/rc" = any "/run/current-system";
|
||||||
|
|
||||||
reboot = any "systemctl reboot";
|
|
||||||
restart = any "systemctl reboot";
|
|
||||||
poweroff = any "systemctl poweroff";
|
|
||||||
shutdown = any "systemctl poweroff";
|
|
||||||
|
|
||||||
backup = any "borgmatic -v 1 create --progress --stats";
|
|
||||||
extract = any "borgmatic -v 1 extract --progress";
|
|
||||||
init = any "borgmatic init -e repokey-blake2";
|
|
||||||
key = any "borgmatic key export";
|
|
||||||
list = any "borgmatic -v 1 list";
|
|
||||||
restore = any "borgmatic -v 1 restore";
|
|
||||||
|
|
||||||
rsync = any "rsync --info=progress2";
|
|
||||||
|
|
||||||
jc = any "journalctl";
|
jc = any "journalctl";
|
||||||
jcs = any "journalctl --system";
|
jcs = any "journalctl --system";
|
||||||
jcse = any "journalctl --system --pager-end";
|
jcse = any "journalctl --system --pager-end";
|
||||||
|
@ -175,6 +161,20 @@ in {
|
||||||
|
|
||||||
ip = "tailscale ip --4";
|
ip = "tailscale ip --4";
|
||||||
|
|
||||||
|
reboot = "systemctl reboot";
|
||||||
|
restart = "systemctl reboot";
|
||||||
|
poweroff = "systemctl poweroff";
|
||||||
|
shutdown = "systemctl poweroff";
|
||||||
|
|
||||||
|
backup = "borgmatic -v 1 create --progress --stats";
|
||||||
|
extract = "borgmatic -v 1 extract --progress";
|
||||||
|
init = "borgmatic init -e repokey-blake2";
|
||||||
|
key = "borgmatic key export";
|
||||||
|
list = "borgmatic -v 1 list";
|
||||||
|
restore = "borgmatic -v 1 restore";
|
||||||
|
|
||||||
|
rsync = "rsync --info=progress2";
|
||||||
|
|
||||||
n = "nixos";
|
n = "nixos";
|
||||||
nb = "nixos build";
|
nb = "nixos build";
|
||||||
nbb = "nixos build boot";
|
nbb = "nixos build boot";
|
||||||
|
|
|
@ -73,6 +73,7 @@ in {
|
||||||
flare-signal
|
flare-signal
|
||||||
fluffychat
|
fluffychat
|
||||||
#// fractal
|
#// fractal
|
||||||
|
fragments
|
||||||
gcolor3
|
gcolor3
|
||||||
gitg
|
gitg
|
||||||
github-desktop
|
github-desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue