Remove `flameshot` from default config
c19cffa52ffcbb846457385ee83d68f8a9eb6350
1 parent
444c8858
config.def.h
+0 -1
| 146 | 146 | static const char *const autostart[] = { |
|
| 147 | 147 | "dbus-update-activation-environment", "--systemd", "WAYLAND_DISPLAY", "XDG_CURRENT_DESKTOP", nullptr, |
|
| 148 | 148 | "foot", "--login-shell", nullptr, |
|
| 149 | 149 | "waybar", nullptr, |
|
| 150 | 150 | "swaybg", "-m", "tile", "-i", "$HOME/images/wallpaper.png", nullptr, |
|
| 151 | - | "flameshot", nullptr, |
|
| 152 | 151 | "sh", "-c", "wl-paste --type text --watch cliphist store", nullptr, |
|
| 153 | 152 | "sh", "-c", "wl-paste --type image --watch cliphist store", nullptr, |
|
| 154 | 153 | nullptr /* End the command list. */ |
|
| 155 | 154 | }; |
|
| 156 | 155 |