Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
UserConfig
Commits
c703fe88
Commit
c703fe88
authored
1 year ago
by
Jiri Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
I3 init using install
parent
99f433aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
i3/init.sh
+5
-1
5 additions, 1 deletion
i3/init.sh
with
5 additions
and
1 deletion
i3/init.sh
+
5
−
1
View file @
c703fe88
#!/bin/bash
#!/bin/bash
cd
"
$(
dirname
"
$0
"
)
"
.
../userconfig-lib.sh
.
../userconfig-lib.sh
install_begin
confln toggle-border ~/.config/i3/i3-toggle-border
confln toggle-border ~/.config/i3/i3-toggle-border
confln
kill
~/.config/i3/i3-kill
confln
kill
~/.config/i3/i3-kill
...
@@ -8,7 +10,7 @@ confln i3csstatus.conf ~/.config/i3/
...
@@ -8,7 +10,7 @@ confln i3csstatus.conf ~/.config/i3/
cat
>
~/.xinitrc
<<
EOF
cat
>
~/.xinitrc
<<
EOF
exec i3
exec i3
EOF
EOF
g++ status.cpp
-o
~/.config/i3/status.out
r
g++ status.cpp
-o
~/.config/i3/status.out
r ../git-clupdate git@gitlab.kam.mff.cuni.cz:jirikalvoda/i3-woman.git build_git_i3-woman
r ../git-clupdate git@gitlab.kam.mff.cuni.cz:jirikalvoda/i3-woman.git build_git_i3-woman
...
@@ -17,3 +19,5 @@ r -b "cd build_git_i3csstatus ; dotnet build --no-self-contained --configuration
...
@@ -17,3 +19,5 @@ r -b "cd build_git_i3csstatus ; dotnet build --no-self-contained --configuration
confln build_git_i3csstatus/bin/Release/net7.0/i3csstatus ~/bin/
confln build_git_i3csstatus/bin/Release/net7.0/i3csstatus ~/bin/
r ./config-gen/init.sh
r ./config-gen/init.sh
install_ok
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