update
This commit is contained in:
parent
94691ec144
commit
46fe41189c
9 changed files with 25 additions and 11 deletions
10
.config/autostart/swayidle.desktop
Normal file
10
.config/autostart/swayidle.desktop
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Exec=swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f'
|
||||||
|
Hidden=false
|
||||||
|
NoDisplay=false
|
||||||
|
X-GNOME-Autostart-enabled=true
|
||||||
|
Name[en_US]=swaylock
|
||||||
|
Name=swaylock
|
||||||
|
Comment[en_US]=
|
||||||
|
Comment=
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
[
|
[
|
||||||
"io.gitlab.librewolf-community",
|
"io.gitlab.librewolf-community",
|
||||||
"com.system76.CosmicFiles",
|
"com.system76.CosmicFiles",
|
||||||
"com.system76.CosmicEdit",
|
|
||||||
"kitty",
|
"kitty",
|
||||||
"com.system76.CosmicStore",
|
|
||||||
"com.system76.CosmicSettings",
|
"com.system76.CosmicSettings",
|
||||||
]
|
]
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
Some([
|
Some([
|
||||||
"com.system76.CosmicPanelLauncherButton",
|
|
||||||
"com.system76.CosmicPanelWorkspacesButton",
|
|
||||||
"com.system76.CosmicPanelAppButton",
|
"com.system76.CosmicPanelAppButton",
|
||||||
"com.system76.CosmicAppList",
|
"com.system76.CosmicAppList",
|
||||||
"com.system76.CosmicAppletMinimize",
|
"com.system76.CosmicAppletMinimize",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
Some(([
|
Some(([
|
||||||
"com.system76.CosmicAppletWorkspaces",
|
"com.system76.CosmicAppletWorkspaces",
|
||||||
"com.system76.CosmicPanelAppButton",
|
|
||||||
"com.system76.CosmicPanelWorkspacesButton",
|
|
||||||
], [
|
], [
|
||||||
"com.system76.CosmicAppletInputSources",
|
"com.system76.CosmicAppletInputSources",
|
||||||
"com.system76.CosmicAppletStatusArea",
|
"com.system76.CosmicAppletStatusArea",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
"mouse"
|
"display"
|
||||||
|
|
@ -1 +1 @@
|
||||||
None
|
Some(0)
|
||||||
|
|
@ -1 +1,11 @@
|
||||||
{}
|
{
|
||||||
|
0: (
|
||||||
|
name: "Main",
|
||||||
|
command: "",
|
||||||
|
syntax_theme_dark: "COSMIC Dark",
|
||||||
|
syntax_theme_light: "COSMIC Light",
|
||||||
|
tab_title: "",
|
||||||
|
working_directory: "",
|
||||||
|
hold: false,
|
||||||
|
),
|
||||||
|
}
|
||||||
|
|
@ -1 +1 @@
|
||||||
false
|
true
|
||||||
|
|
@ -1 +1 @@
|
||||||
false
|
true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue