new alias and fix cursor
This commit is contained in:
parent
d2bdaa6ea8
commit
32fc45bbf7
2 changed files with 5 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
t = "timer";
|
||||
r = "ranger";
|
||||
g = "gitui";
|
||||
ff = "fastfetch";
|
||||
f = "fastfetch";
|
||||
yt = "cd /mnt/backups/Media/yt-dlp"; # Конфиги для бекапа YouTube
|
||||
qb = "cd /mnt/backups/Media/Music/Qobuz/qdl"; # Бекапить музыку с Qobuz
|
||||
html = "python3 /mnt/backups/html-library/generate_gallery.py --path"; # Html image gallery
|
||||
|
|
|
|||
|
|
@ -42,6 +42,10 @@
|
|||
options = "grp:caps_toggle"; # Менять язык на CapsLock
|
||||
};
|
||||
|
||||
displayManager.sessionCommands = ''
|
||||
xsetroot -cursor_name left_ptr
|
||||
'';
|
||||
|
||||
# Мб видеодрайвер можно не указывать
|
||||
# https://discourse.nixos.org/t/amd-gpu-optimal-settings/27648/3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue