changed colorswap, added dunst

master
Toerd@iArch 6 years ago
parent c1e0c55ce3
commit 3b917d3581

@ -54,6 +54,7 @@ A,P,bspwm,windowmanagement
A,A,polybar,status bar A,A,polybar,status bar
A,P,sxhkd,Keyboard shortcuts A,P,sxhkd,Keyboard shortcuts
A,P,compton,Required for st to get transparent background (xcomp graphic glitches) A,P,compton,Required for st to get transparent background (xcomp graphic glitches)
A,P,dunst,Notification Server
# Other display related stuff # Other display related stuff
A,P,redshift,No more burning eyes at night <3 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}}, {TERMMOD, XK_I, iso14755, {.i = 0}},
{ShiftMask, XK_Page_Up, kscrollup, {.i = -1}}, {ShiftMask, XK_Page_Up, kscrollup, {.i = -1}},
{ShiftMask, XK_Page_Down, kscrolldown, {.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