From c8d19a52e004abdeaaa73416747d9acb56984446 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 25 Sep 2024 21:12:18 -0500 Subject: add nixos config --- gentoo/.config/sway/poweraction.org | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 gentoo/.config/sway/poweraction.org (limited to 'gentoo/.config/sway/poweraction.org') diff --git a/gentoo/.config/sway/poweraction.org b/gentoo/.config/sway/poweraction.org deleted file mode 100644 index 68105ca..0000000 --- a/gentoo/.config/sway/poweraction.org +++ /dev/null @@ -1,9 +0,0 @@ -#+title: Sway Power Action Script -Run this shell script from power off menu to either log off, restart, or power off. -#+begin_src sh :tangle ~/.config/sway/poweraction :mkdirp yes - rm ~/.swaynaglock - case $1 in - logout) swaymsg exit;; - ,*) doas "/sbin/$1";; - esac -#+end_src -- cgit v1.2.3