Jonathan Hodgson
3dbeed51c5
Makes a double tap of the power button toggle the keyboard
4 years ago
Jonathan Hodgson
6866a4a4ea
Changes functionality of power button
...
A single push will turn off the screen
A double push or a push and hold will open the power menu, allowing you
to turn off, restart, logout or suspend (CRUST)
4 years ago
Jonathan Hodgson
47ffe2fbdb
Fixes keybindings for power button
4 years ago
Jonathan Hodgson
3b11aab6f2
Makes double press of power button bring up power menu
4 years ago
Jonathan Hodgson
c0a50b817c
Applies the multikey patch
...
This allows me to have the same key do different things based on the
number of times it is pushed.
This is going to be useful on the pinephone so I can have double click
or click and hold on the limited number of physical buttons
4 years ago
Jonathan Hodgson
449d90b2e3
Adds power menu and removes unused binding
4 years ago
Jonathan Hodgson
e11fb64dad
Changes onboard to svkbd
4 years ago
Jonathan Hodgson
2824ffb4cf
Run launcher shell script instead of rofi
...
This shell script currently just picks between rofi and dmenu although
may do more later on
4 years ago
Jonathan Hodgson
88ac289837
Adds the ability to have an on screen keyboard
...
I'm going to be using dwm on my new pinephone and need the ability to
type.
Almost all the code for this has come from minego:
https://github.com/minego/dwm-customized
4 years ago
Jonathan Hodgson
61524d71fa
Adds brightness keys, fixes noswallow and adds rule
4 years ago
Jonathan Hodgson
81eeb44259
DWM changes
5 years ago
Jonathan Hodgson
acfb6dfbd4
Configure gaps and change browser on mod+c shortcut
5 years ago
Jonathan Hodgson
8ca2033e86
Adds gaps patch
5 years ago
Jonathan Hodgson
5dad96c1c0
Adds some shortcuts
5 years ago
Jonathan Hodgson
d474bfcbc6
Adds surf and battery shortcuts
5 years ago
Jonathan Hodgson
9a24bc1ede
Adds youtube and unicode rofi scripts
5 years ago
Jonathan Hodgson
3e3e59aaea
Adds some application shortcuts
5 years ago
Jonathan Hodgson
e72ceef4ef
Change font
5 years ago
Jonathan Hodgson
902b0c87a8
Makes thundirbird always open on tag 9
6 years ago
Jonathan Hodgson
27e95ed9e2
Makes terminal swallow applications opened from it
6 years ago
Jonathan Hodgson
7004f485f5
Adds swallow patch
6 years ago
Jonathan Hodgson
a83a15527c
Makes attach below a variable int
6 years ago
Jonathan Hodgson
046b66b1d6
Fix typo
6 years ago
Jonathan Hodgson
362b95a5b9
Allows attach below to be toggled
6 years ago
Jonathan Hodgson
e6218d57b8
Adds shortcut for fibonachi layout
6 years ago
Jonathan Hodgson
8c445b5368
Applies the fibonachi patch
6 years ago
Jonathan Hodgson
e73c4b4391
Stops atatch after
6 years ago
Jonathan Hodgson
7c01eac9a7
Adds shortcut for lock / shutdown
6 years ago
Jonathan Hodgson
d07d47ccb8
Adds binding for play/pause
6 years ago
Jonathan Hodgson
8a9ab33762
Adds tripple col layout
6 years ago
Jonathan Hodgson
e359481391
Adds greenclip and date shortcuts
6 years ago
Jonathan Hodgson
bdc4d25b7a
Makes screenshot and qutebrowser work
6 years ago
Jonathan Hodgson
f9104b0615
Applies the movestack patch
6 years ago
Jonathan Hodgson
91ba827d09
Start work on screenshot shortcuts
6 years ago
Jonathan Hodgson
e212c1d8cb
fixes comment
6 years ago
Jonathan Hodgson
ee036687ed
Adds attach below option
6 years ago
Jonathan Hodgson
0b94735e27
Make super q close and super shift r restart
6 years ago
Jonathan Hodgson
e05b2bdfbe
fixes comment
6 years ago
Jonathan Hodgson
323333d74b
sets resizehints to 0
6 years ago
Jonathan Hodgson
5c49717b93
Adds attach below option
6 years ago
Jonathan Hodgson
b1d0a2a645
Some small changes to keybindings and hide bar by default
...
uses super key as mod
mod enter opens terminal
usese folder-shell command for spawning terminal
mod shift enter puts something in the master area
6 years ago
Hiltjo Posthuma
c3a2e016bb
config.def.h: ClkTagBar missing from comment
...
by Christopher Drelich <cd@cdrakka.com>
Patch was mangled on the ML, also adjusted the order to be the same as
the enum in dwm.c
7 years ago
Markus Teich
2952b68db8
cleanup
...
- unify multi-line expression alignment style.
- unify multi-line function call alignment style.
- simplify client moving on monitor count decrease.
- clarify comment for focusin().
- remove old confusing comment about input focus fix in focusmon(). The
explanation is already in the old commit message, so no need to keep it in the
code.
- remove old comment describing even older state of the code in focus().
- unify comment style.
- break up some long lines.
- fix some typos and grammar.
8 years ago
Anselm R Garbe
975c898376
applied Markus' decouple color-scheme patch
8 years ago
Hiltjo Posthuma
56a31dc4a7
config.def.h: style improvement, use color Scheme enum
9 years ago
Markus Teich
7af4d439bd
import new drw from libsl and minor fixes.
...
- better scaling for occupied tag squares.
- draw statusline first to omitt some complicated calculations.
9 years ago
Hiltjo Posthuma
3c91283ede
unboolification
9 years ago
Hiltjo Posthuma
43e82adf0d
separate program-specific c99 bool and X11
...
True, False are X11-specific (int), make sure to use c99 stdbool for
program-specific things.
9 years ago
Hiltjo Posthuma
7e1182ce55
config.h: use common default font, pass Xft font name to dmenu
...
dmenu uses Xft now (soon to be released).
9 years ago
Eric Pruitt
14343e69cc
Add Xft and follback-fonts support to graphics lib
10 years ago