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
d982e9c6
Commit
d982e9c6
authored
5 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
I3 Add keyboard reconfig and ESC modes.
parent
521e8d41
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
+14
-1
14 additions, 1 deletion
i3/config
with
14 additions
and
1 deletion
i3/config
+
14
−
1
View file @
d982e9c6
...
...
@@ -39,8 +39,9 @@ bindsym $mod+Shift+q --release exec xkill
bindsym $mod+Ctrl+q --release exec killall xkill
# start dmenu (a program launcher)
bindsym $mod+Shift+d exec urxvt -e $(dmenu_path | dmenu)
bindsym $mod+d exec dmenu_run
bindsym $mod+
Shift
+d exec xfce4-appfinder
bindsym $mod+
Ctrl
+d exec xfce4-appfinder
# 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
# installed.
...
...
@@ -224,6 +225,16 @@ exec dunst
floating_modifier $mod
bindsym $mod+Escape mode "LOCK MOD+ESC"
mode "LOCK MOD+ESC"
{
bindsym $mod+Escape mode "default"
}
bindsym $mod+Shift+Escape mode "LOCK MOD+Shift+ESC"
mode "LOCK MOD+Shift+ESC"
{
bindsym $mod+Shift+Escape mode "default"
}
bindsym $mod+x mode "System modifikator"
mode "System modifikator"
...
...
@@ -268,6 +279,8 @@ mode "System modifikator"
# back $mod+o normal: Enter or Escape
bindsym $mod+Return mode "default"
bindsym $mod+Escape mode "default"
bindsym k 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