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
073957a1
Commit
073957a1
authored
4 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
I3 Add zoom
parent
c2f59329
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/config
+5
-2
5 additions, 2 deletions
i3/config
with
5 additions
and
2 deletions
i3/config
+
5
−
2
View file @
073957a1
...
...
@@ -204,19 +204,20 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
status_command
"
i3status
"
}
exec --no-startup-id synclient HorizEdgeScroll=1 VertEdgeScroll=1 VertScrollDelta=-111
bindsym $mod+c exec chromium
bindsym $mod+z exec zathura
bindsym $mod+
ctrl+
z exec zathura
bindsym $mod+Shift+comma workspace WUI;exec ~/dev/runWUI/run.sh
bindsym $mod+comma workspace WUI
bindsym $mod+Ctrl+comma move container to workspace WUI; workspace WUI
for_window [title="WebUpdatingIndicator compare"] floating enable
bindsym $mod+Shift+m workspace MAIL; exec bash -c "start-mail"
bindsym $mod+m workspace MAIL
bindsym $mod+z workspace ZOOM
bindsym $mod+Ctrl+m move container to workspace MAIL; workspace MAIL
bindsym $mod+n exec nemo
...
...
@@ -375,3 +376,5 @@ 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
exec "setxkbmap us,cz -variant ,ucw -option grp:caps_switch"
exec "osdd-run"
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