toerd 6 years ago
commit 55176a7e95

@ -54,6 +54,7 @@ A,P,bspwm,windowmanagement
A,A,polybar,status bar
A,P,sxhkd,Keyboard shortcuts
A,P,compton,Required for st to get transparent background (xcomp graphic glitches)
A,P,dunst,Notification Server
# Other display related stuff
A,P,redshift,No more burning eyes at night <3

1 # First column: A = All, L = Laptop, D = Desktop
54 A,P,gvim,Vi Improved a highly configurable improved version of the vi text editor (with advanced features such as a GUI) # Text editing
55 A,P,emacs,The extensible customizable self-documenting real-time display editor A,P,gvim,Vi Improved a highly configurable improved version of the vi text editor (with advanced features such as a GUI)
56 A,P,xournal,Notetaking and sketching application A,P,emacs,The extensible customizable self-documenting real-time display editor
57 A,P,xournal,Notetaking and sketching application
58 # emacs reqs
59 A,P,pandoc,A universal document converter
60 A,P,auctex,latexpreview

@ -197,7 +197,7 @@ static Shortcut shortcuts[] = {
{TERMMOD, XK_I, iso14755, {.i = 0}},
{ShiftMask, XK_Page_Up, kscrollup, {.i = -1}},
{ShiftMask, XK_Page_Down, kscrolldown, {.i = -1}},
{XK_ANY_MOD, XK_F6, swapcolors, {.i = 0}},
{XK_ANY_MOD, XK_F9, swapcolors, {.i = 0}},
};

Loading…
Cancel
Save