mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-15 09:17:31 -08:00
move sv command to scriptBin for gnome run dialog
This commit is contained in:
parent
295a283cb6
commit
3b1c85cec7
@ -70,9 +70,3 @@ alias google-chrome-stable="google-chrome-stable --simulate-outdated-no-au='Tue,
|
||||
|
||||
# rsync
|
||||
alias rsync.net="ssh fm2120@fm2120.rsync.net"
|
||||
|
||||
# svs subwoofer
|
||||
sv() {
|
||||
pySVS 54:B7:E5:57:1A:7B --volume="$1"
|
||||
}
|
||||
|
||||
|
@ -196,6 +196,7 @@ in {
|
||||
move-to-center = [ "<Alt><Super>c" ];
|
||||
switch-windows = ["<Super>Tab"];
|
||||
switch-windows-backward = ["<Shift><Super>Tab"];
|
||||
panel-run-dialog = ["<Super>r"];
|
||||
minimize = [];
|
||||
};
|
||||
# custom-hot-corners-extended configs
|
||||
|
@ -7,6 +7,10 @@ in {
|
||||
libimobiledevice # Library to support iPhone, iPod Touch and iPad devices on Linux
|
||||
ifuse # fuse filesystem implementation to access the contents of iOS devices
|
||||
pySVS # control SVS subwoofers from the command-line
|
||||
(pkgs.writeScriptBin "sv" ''
|
||||
#!/bin/sh
|
||||
pySVS 54:B7:E5:57:1A:7B --volume="$1"
|
||||
'')
|
||||
opensc # Open source smart card tools and middleware
|
||||
pcsc-tools # Tools are used to test a PC/SC drivers
|
||||
pkcs11helper # Library that simplifies the interaction with PKCS#11
|
||||
|
Loading…
x
Reference in New Issue
Block a user