flameshot autostart
This commit is contained in:
parent
74b1a85cf1
commit
6f04f767ce
2 changed files with 98 additions and 0 deletions
76
etc/skel/.config/autostart/org.flameshot.Flameshot.desktop
Executable file
76
etc/skel/.config/autostart/org.flameshot.Flameshot.desktop
Executable file
|
@ -0,0 +1,76 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Name=Flameshot
|
||||
Name[zh_CN]=火焰截图
|
||||
GenericName=Screenshot tool
|
||||
GenericName[zh_CN]=屏幕截图工具
|
||||
GenericName[pl]=Zrzuty ekranu
|
||||
GenericName[fr]=Outil de capture d'écran
|
||||
GenericName[ja]=スクリーンショットツール
|
||||
GenericName[ru]=Создание скриншотов
|
||||
GenericName[sk]=Nástroj na zachytávanie obrazovky
|
||||
GenericName[sr]=Снимач екрана
|
||||
GenericName[uk]=Інструмент скриншотів
|
||||
GenericName[es]=Herramienta de captura de pantalla
|
||||
Comment=Powerful yet simple to use screenshot software.
|
||||
Comment[zh_CN]=强大又易用的屏幕截图软件
|
||||
Comment[pl]=Proste w użyciu narzędzie do zrzutów ekranu
|
||||
Comment[fr]=Logiciel de capture d'écran puissant et simple d'utilisation.
|
||||
Comment[ja]=パワフルで使いやすいスクリーンショットソフトウェア。
|
||||
Comment[ru]=Простой и функциональный инструмент для создания скриншотов
|
||||
Comment[sk]=Mocný, no tiež jednoduchý softvér na zachytávanie obrazovky.
|
||||
Comment[sr]=Једноставан, а моћан алат за снимање екрана
|
||||
Comment[uk]=Потужний простий у використанні додаток для створення знімків екрану.
|
||||
Comment[es]=Software de captura de pantalla potente y fácil de usar.
|
||||
Comment[de]=Schlichte, leistungsstarke Screenshot-Software
|
||||
Keywords=flameshot;screenshot;capture;shutter;
|
||||
Keywords[zh_CN]=flameshot;screenshot;capture;shutter;截图;屏幕;
|
||||
Keywords[fr]=flameshot;capture d'écran;capter;shutter;
|
||||
Keywords[ja]=flameshot;screenshot;capture;shutter;スクリーンショット;キャプチャー;
|
||||
Keywords[es]=flameshot;screenshot;capture;shutter;captura;
|
||||
Keywords[de]=flameshot;screenshot;Bildschirmfoto;Aufnahme;
|
||||
Exec=flameshot
|
||||
Icon=org.flameshot.Flameshot
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Graphics;
|
||||
StartupNotify=false
|
||||
Actions=Configure;Capture;Launcher;
|
||||
X-DBUS-StartupType=Unique
|
||||
X-DBUS-ServiceName=org.flameshot.Flameshot
|
||||
X-KDE-DBUS-Restricted-Interfaces=org_kde_kwin_effect-screenshot
|
||||
|
||||
[Desktop Action Configure]
|
||||
Name=Configure
|
||||
Name[zh_CN]=配置
|
||||
Name[pl]=Konfiguruj
|
||||
Name[fr]=Configurer
|
||||
Name[ja]=設定
|
||||
Name[ru]=Настройки
|
||||
Name[sk]=Nastaviť
|
||||
Name[sr]=Подешавања
|
||||
Name[uk]=Налаштувати
|
||||
Name[es]=Configurar
|
||||
Name[de]=Einstellungen
|
||||
Exec=flameshot config
|
||||
|
||||
[Desktop Action Capture]
|
||||
Name=Take screenshot
|
||||
Name[zh_CN]=进行截图
|
||||
Name[pl]=Zrzut ekranu
|
||||
Name[fr]=Prendre une capture d'écran
|
||||
Name[ja]=スクリーンショットを撮る
|
||||
Name[ru]=Сделать скриншот
|
||||
Name[sk]=Zachytiť obrazovku
|
||||
Name[sr]=Сними екран
|
||||
Name[uk]=Зробити знімок
|
||||
Name[es]=Tomar captura de pantalla
|
||||
Name[de]=Bildschirmfoto aufnehmen
|
||||
Exec=flameshot gui --delay 500
|
||||
|
||||
[Desktop Action Launcher]
|
||||
Name=Open launcher
|
||||
Name[de]=Starter öffnen
|
||||
Name[sk]=Otvoriť spúšťač
|
||||
Name[zh_CN]=打开启动器
|
||||
Exec=flameshot launcher
|
22
etc/skel/.config/strawberry/strawberry.conf
Normal file
22
etc/skel/.config/strawberry/strawberry.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
|
||||
[Appearance]
|
||||
style=default
|
||||
system_icons=true
|
||||
tab_system_color=true
|
||||
|
||||
[Behaviour]
|
||||
doubleclick_addmode=3
|
||||
doubleclick_playlist_addmode=1
|
||||
doubleclick_playmode=3
|
||||
keeprunning=true
|
||||
menu_playmode=2
|
||||
menu_previousmode=1
|
||||
playing_widget=true
|
||||
resumeplayback=true
|
||||
scrolltrayicon=true
|
||||
showtrayicon=true
|
||||
startupbehaviour=1
|
||||
trayicon_progress=true
|
||||
|
||||
|
Loading…
Reference in a new issue