Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linuxconf
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
linuxconf
Commits
9f16be98
There was an error fetching the commit references. Please try again later.
Commit
9f16be98
authored
1 month ago
by
Recolic
Browse files
Options
Downloads
Patches
Plain Diff
.update-example
parent
5853aafb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/archlinux-gnome/conf.d/desktop.sh
+3
-1
3 additions, 1 deletion
examples/archlinux-gnome/conf.d/desktop.sh
with
3 additions
and
1 deletion
examples/archlinux-gnome/conf.d/desktop.sh
+
3
−
1
View file @
9f16be98
...
...
@@ -5,7 +5,6 @@ lc_fsmap files/ssh_config $HOME/.ssh/config
lc_fsmap files/vimrc
$HOME
/.vimrc
config_gsettings
()
{
echo
"## gnome desktop config"
gsettings
set
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type nothing
gsettings
set
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type nothing
gsettings
set
org.gnome.settings-daemon.plugins.power idle-dim
false
...
...
@@ -45,6 +44,8 @@ user_pref("browser.tabs.hoverPreview.enabled", false);'
[[
-d
"
$dir
"
]]
&&
echo
"
$firefox_config
"
>
"
$dir
/user.js"
done
lcf_bgrun /tmp/ddns.log auto_restart bash
-c
"curl https://recolic.net/tmp/example-ddns-api.log ; sleep 300"
[[
-f
/usr/bin/az
]]
&&
az config
set
core.login_experience_v2
=
off
||
true
}
...
...
@@ -52,5 +53,6 @@ lc_login () {
# echo _:1 | bash /usr/mybin/unlock_keyrings
echo
"
$(
date
)
test-only: lc_login called"
>>
/tmp/note
chmod
777 /tmp/note
lcf_echo2
"detected login as
$(
whoami
)
. it's running as expected!"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment