fixed display app and added some aliasses
This commit is contained in:
parent
101a5d9bf2
commit
ef2a38ef7b
4 changed files with 10 additions and 1 deletions
3
private_dot_config/private_fish/functions/cdc.fish
Normal file
3
private_dot_config/private_fish/functions/cdc.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function cdc --wraps='chezmoi cd' --description 'alias cdc=chezmoi cd'
|
||||
chezmoi cd $argv
|
||||
end
|
||||
3
private_dot_config/private_fish/functions/hxc.fish
Normal file
3
private_dot_config/private_fish/functions/hxc.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function hxc --wraps='chezmoi edit' --description 'alias hxc=chezmoi edit'
|
||||
chezmoi edit $argv
|
||||
end
|
||||
3
private_dot_config/private_fish/functions/hxs.fish
Normal file
3
private_dot_config/private_fish/functions/hxs.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function hxs --wraps=sudoedit --description 'alias hxs=sudoedit'
|
||||
sudoedit $argv
|
||||
end
|
||||
|
|
@ -10,7 +10,7 @@ GenericName[pl]=Ustawienia wyświetlaczy
|
|||
Comment=nwg-shell tool to configure outputs
|
||||
Comment[pl]=Narzędzie nwg-shell do konfiguracji monitorów
|
||||
|
||||
Exec=nwg-displays -m ~/.config/hypr/land/monitors.conf -w ~/.config/hypr/land/monitors.conf
|
||||
Exec=nwg-displays -m {{.chezmoi.homeDir}}/.config/hypr/land/monitors.conf -w {{.chezmoi.homeDir}}/.config/hypr/land/monitors.conf
|
||||
Icon=nwg-displays
|
||||
Terminal=false
|
||||
Categories=Settings;DesktopSettings;
|
||||
Loading…
Add table
Add a link
Reference in a new issue