changed colorswap, added dunst

This commit is contained in:
Toerd@iArch 2019-05-22 17:21:51 +02:00
parent c1e0c55ce3
commit 3b917d3581
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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}},
}; };