From 3a141b62df9f66aee06acd18b80423b3706107f5 Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Sun, 4 Jun 2023 01:53:24 +0800 Subject: [PATCH] feat: add flameshot and autostart it after login --- home/linux/desktop/default.nix | 3 +++ home/linux/i3/config | 16 +++------------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/home/linux/desktop/default.nix b/home/linux/desktop/default.nix index 1cd3f422..77cba869 100644 --- a/home/linux/desktop/default.nix +++ b/home/linux/desktop/default.nix @@ -21,5 +21,8 @@ # remote desktop(rdp connect) remmina freerdp # required by remmina + + # misc + flameshot ]; } \ No newline at end of file diff --git a/home/linux/i3/config b/home/linux/i3/config index 1803546d..9a91192c 100644 --- a/home/linux/i3/config +++ b/home/linux/i3/config @@ -275,6 +275,9 @@ exec --no-startup-id xset s 480 dpms 600 600 600 exec --no-startup-id /usr/bin/dunst +# screenshot tool +exec --no-startup-id flameshot + # autotiling script # https://github.com/nwg-piotr/autotiling exec_always --no-startup-id autotiling @@ -282,19 +285,6 @@ exec_always --no-startup-id autotiling # Autostart apps as you like exec --no-startup-id sleep 1 && Terminal -############### -# system tray # -############### -# if you do not use dex: exec --no-startup-id dex --autostart --environment i3 -# you need to have tray apps started manually one by one: - -# start blueberry app for managing bluetooth devices from tray: -#exec --no-startup-id blueberry-tray - -# networkmanager-applet -#exec --no-startup-id nm-applet - - ################## # floating rules # ##################