mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-15 23:16:11 +01:00
wm patches
This commit is contained in:
@@ -920,6 +920,7 @@ static const Key keys[] = {
|
|||||||
{0, XF86XK_Search, spawn, {.v = search}},
|
{0, XF86XK_Search, spawn, {.v = search}},
|
||||||
{0, XF86XK_LaunchA, alttabstart, {0}},
|
{0, XF86XK_LaunchA, alttabstart, {0}},
|
||||||
{0, XF86XK_Explorer, spawn, {.v = explorer}},
|
{0, XF86XK_Explorer, spawn, {.v = explorer}},
|
||||||
|
{ MODKEY, XK_n, spawn, {.v = explorer} },
|
||||||
{ MODKEY|ShiftMask, XK_l, spawn, {.v = locksession} },
|
{ MODKEY|ShiftMask, XK_l, spawn, {.v = locksession} },
|
||||||
#if KEYMODES_PATCH
|
#if KEYMODES_PATCH
|
||||||
{ MODKEY, XK_Escape, setkeymode, {.ui = COMMANDMODE} },
|
{ MODKEY, XK_Escape, setkeymode, {.ui = COMMANDMODE} },
|
||||||
|
|||||||
@@ -564,7 +564,7 @@
|
|||||||
* like chromium (with "Use system title bar and borders" turned off) or vlc in fullscreen mode.
|
* like chromium (with "Use system title bar and borders" turned off) or vlc in fullscreen mode.
|
||||||
* https://dwm.suckless.org/patches/decoration_hints/
|
* https://dwm.suckless.org/patches/decoration_hints/
|
||||||
*/
|
*/
|
||||||
#define DECORATION_HINTS_PATCH 0
|
#define DECORATION_HINTS_PATCH 1
|
||||||
|
|
||||||
/* This feature distributes all clients on the current monitor evenly across all tags.
|
/* This feature distributes all clients on the current monitor evenly across all tags.
|
||||||
* It is a variant of the reorganizetags patch.
|
* It is a variant of the reorganizetags patch.
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ easyeffects --gapplication-service &
|
|||||||
# telegram-desktop -startintray &
|
# telegram-desktop -startintray &
|
||||||
|
|
||||||
## Caffeine-ng
|
## Caffeine-ng
|
||||||
caffeine >/dev/null 2>&1 &
|
# caffeine >/dev/null 2>&1 &
|
||||||
|
|
||||||
## Ulauncher
|
## Ulauncher
|
||||||
ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 &
|
ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 &
|
||||||
|
|||||||
1
feh/.config/feh/themes
Normal file
1
feh/.config/feh/themes
Normal file
@@ -0,0 +1 @@
|
|||||||
|
feh -xZ --scale-down --conversion-timeout1
|
||||||
Reference in New Issue
Block a user