Skip to content

Commit

Permalink
fix default apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Oct 8, 2024
1 parent d660f51 commit cff15bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static Key keys[] = {
{ MODKEY, XK_p, spawn, SHCMD ("flameshot full -p /media/drive/Screenshots/")},
{ MODKEY|ShiftMask, XK_p, spawn, SHCMD ("flameshot gui -p /media/drive/Screenshots/")},
{ MODKEY|ControlMask, XK_p, spawn, SHCMD ("flameshot gui --clipboard")},
{ MODKEY, XK_e, spawn, SHCMD ("thunar")},
{ MODKEY, XK_e, spawn, SHCMD ("xdg-open .")},
{ MODKEY, XK_w, spawn, SHCMD ("looking-glass-client -F")},
{ MODKEY|ShiftMask, XK_w, spawn, SHCMD ("feh --randomize --bg-fill ~/Pictures/backgrounds/*")},
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD ("xbacklight -inc 10")},
Expand Down
Binary file modified release/dwm
Binary file not shown.
Binary file modified release/dwm-6.5.tar.gz
Binary file not shown.

0 comments on commit cff15bf

Please sign in to comment.