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
Anselm R Garbe
6af273771c
applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required
11 years ago
Anselm R Garbe
4fb31e0896
do not take our font declaration as default for st
12 years ago
Anselm R Garbe
7edc596311
include font argument for st by default
12 years ago
Anselm R Garbe
656882d76f
use st as default terminal from now on
12 years ago
anselm@garbe.us
61fe833a06
reverting to plain X11 fonts in order to implement draw.c default
12 years ago
anselm@garbe.us
fd3c19bd55
incorporating Xft instead of cairo, cairo provides far too many options
12 years ago
anselm@garbe.us
c4b6ac812e
added 20h's clarification
13 years ago
Connor Lane Smith
f099d2d5b5
new default colour scheme
13 years ago