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 # ##################