Lots of new things

This commit is contained in:
fwastring 2025-06-22 23:03:13 +02:00
parent 9106b33ec9
commit 7722d6fa41
6 changed files with 48 additions and 6 deletions

View file

@ -8,7 +8,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git";
rev = "37dd7f92bb93d4994ab0d504a7b57618eb48f3aa";
rev = "9c31e04088fbe20be6dce79c55b9368d3f37654a";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev

View file

@ -43,11 +43,18 @@
cam = "jira issue create && jira issue assign && jira issue move";
latest = "git log | head -1 | awk '{print $2;}' | xsel -ib";
vpnup = "nmcli con up 'iFacts VPN'";
vpndown = "nmcli con down 'iFacts VPN'";
dl = {
setCursor = "&";
expansion = "yt-dlp -o \"~/videor/%(title)s - %(uploader)s\" \"&\"";
};
s = {
setCursor = "%";
expansion = "cha https://search.wastring.com/search?q=%";
};
vpndown = {
setCursor = "%";
expansion = "nmcli con down 'iFacts VPN'";
};
dl = {
setCursor = "&";
expansion = "yt-dlp -o \"~/videor/%(title)s - %(uploader)s\" \"&\"";
};
};
interactiveShellInit = ''
fish_vi_key_bindings