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
25be9ded
Commit
25be9ded
authored
5 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
I3 Add Arch support and change chromium link.
parent
9b23368b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
i3/arch.sh
+9
-0
9 additions, 0 deletions
i3/arch.sh
i3/config
+5
-1
5 additions, 1 deletion
i3/config
with
14 additions
and
1 deletion
i3/arch.sh
0 → 100755
+
9
−
0
View file @
25be9ded
#!/bin/bash
cd
"
$(
dirname
"
$0
"
)
"
sudo
pacman
-S
jq
sudo
pacman
-S
xfce4-appfinder
cp
config ~/.config/i3/config
cp
toggle-border ~/.config/i3/i3-toggle-border
sudo cp
printscreengimp /usr/bin/
sudo chmod
o+x /usr/bin/printscreengimp
This diff is collapsed.
Click to expand it.
i3/config
+
5
−
1
View file @
25be9ded
exec xrdb ~/.Xresources
# This file has been auto-generated by i3-config-wizard(1).
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
# It will not be overwritten, so edit it as you like.
#
#
...
@@ -38,6 +39,7 @@ bindsym $mod+q kill
...
@@ -38,6 +39,7 @@ bindsym $mod+q kill
# start dmenu (a program launcher)
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
bindsym $mod+d exec dmenu_run
bindsym $mod+Shift+d exec xfce4-appfinder
# There also is the (new) i3-dmenu-desktop which only displays applications
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# installed.
...
@@ -203,7 +205,7 @@ bar {
...
@@ -203,7 +205,7 @@ bar {
exec --no-startup-id synclient HorizEdgeScroll=1 VertEdgeScroll=1 VertScrollDelta=-111
exec --no-startup-id synclient HorizEdgeScroll=1 VertEdgeScroll=1 VertScrollDelta=-111
bindsym $mod+c exec chromium
-browser --password-store=gnome
bindsym $mod+c exec chromium
bindsym $mod+z exec zathura
bindsym $mod+z exec zathura
bindsym $mod+Shift+comma workspace WUI;exec ~/dev/runWUI/run.sh
bindsym $mod+Shift+comma workspace WUI;exec ~/dev/runWUI/run.sh
bindsym $mod+comma workspace WUI
bindsym $mod+comma workspace WUI
...
@@ -290,3 +292,5 @@ client.background #FFFFFF
...
@@ -290,3 +292,5 @@ client.background #FFFFFF
bindsym $mod+o exec --no-startup-id bash -i -c "mate-session"
bindsym $mod+o exec --no-startup-id bash -i -c "mate-session"
bindsym $mod+Shift+o exec --no-startup-id killall -3 mate-session; exec --no-startup-id killall -3 mate-panel
bindsym $mod+Shift+o exec --no-startup-id killall -3 mate-session; exec --no-startup-id killall -3 mate-panel
exec "setxkbmap us,cz -variant ,ucw -option grp:caps_switch"
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