From 7be0acbb1cd6b6d3c4c3df95611cb86be4b46915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 21 Mar 2023 18:19:32 +0100 Subject: Drop desktop variant and rework nix packages --- shellrc-desktop.d/sway | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 shellrc-desktop.d/sway (limited to 'shellrc-desktop.d/sway') diff --git a/shellrc-desktop.d/sway b/shellrc-desktop.d/sway deleted file mode 100644 index 1032a91..0000000 --- a/shellrc-desktop.d/sway +++ /dev/null @@ -1,32 +0,0 @@ -# vim: ft=sh: -# These are utility functions loaded when we are running in Sway -[ "$XDG_CURRENT_DESKTOP" = "sway" ] || return - -alias swm='swaymsg' - - -# Clip stdin to clipboard -clip() { - wl-copy --trim-newline -} - -# Clip current HEAD hash to clipboard -# Optionally you can pass commit as argument -gitclip() { - [ -n "$1" ] && local CMT="$1" || local CMT=HEAD - git rev-parse "$CMT"| clip -} -# Clip current head message to clipboard -# Optionally you can pass commit as argument -gitmclip() { - [ -n "$1" ] && local CMT="$1" || local CMT=HEAD - git log --format=%B -n 1 "$CMT" | clip -} - - -sway_outputs() { - swaymsg -t get_outputs -} -sway_inputs() { - swaymsg -t get_inputs -} -- cgit v1.2.3