Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ofarges-dwm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FARGES Olivier
ofarges-dwm
Commits
46893d36
Unverified
Commit
46893d36
authored
2 years ago
by
FARGES Olivier
Browse files
Options
Downloads
Patches
Plain Diff
key bind bepo
parent
ba56fe9f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.def.h
+10
-10
10 additions, 10 deletions
config.def.h
with
10 additions
and
10 deletions
config.def.h
+
10
−
10
View file @
46893d36
...
...
@@ -45,7 +45,7 @@ static const Layout layouts[] = {
};
/* key definitions */
#define MODKEY Mod
1
Mask
#define MODKEY Mod
4
Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
...
...
@@ -85,15 +85,15 @@ static const Key keys[] = {
{
MODKEY
,
XK_period
,
focusmon
,
{.
i
=
+
1
}
},
{
MODKEY
|
ShiftMask
,
XK_comma
,
tagmon
,
{.
i
=
-
1
}
},
{
MODKEY
|
ShiftMask
,
XK_period
,
tagmon
,
{.
i
=
+
1
}
},
TAGKEYS
(
XK_
1
,
0
)
TAGKEYS
(
XK_
2
,
1
)
TAGKEYS
(
XK_
3
,
2
)
TAGKEYS
(
XK_
4
,
3
)
TAGKEYS
(
XK_
5
,
4
)
TAGKEYS
(
XK_
6
,
5
)
TAGKEYS
(
XK_
7
,
6
)
TAGKEYS
(
XK_
8
,
7
)
TAGKEYS
(
XK_
9
,
8
)
TAGKEYS
(
XK_
quotedbl
,
0
)
TAGKEYS
(
XK_
guillemotleft
,
1
)
TAGKEYS
(
XK_
guillemotright
,
2
)
TAGKEYS
(
XK_
parenleft
,
3
)
TAGKEYS
(
XK_
parenright
,
4
)
TAGKEYS
(
XK_
at
,
5
)
TAGKEYS
(
XK_
plus
,
6
)
TAGKEYS
(
XK_
minus
,
7
)
TAGKEYS
(
XK_
slash
,
8
)
{
MODKEY
|
ShiftMask
,
XK_q
,
quit
,
{
0
}
},
};
...
...
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