summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/dwm/config.h1
-rw-r--r--.profile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/dwm/config.h b/.config/dwm/config.h
index 91134c8..fea7f15 100644
--- a/.config/dwm/config.h
+++ b/.config/dwm/config.h
@@ -176,6 +176,7 @@ static Key keys[] = {
176 { MODKEY|ShiftMask, XK_Return, spawn, SHCMD("terminal") }, 176 { MODKEY|ShiftMask, XK_Return, spawn, SHCMD("terminal") },
177 { MODKEY|ShiftMask, XK_backslash, spawn, SHCMD("popup-terminal") }, 177 { MODKEY|ShiftMask, XK_backslash, spawn, SHCMD("popup-terminal") },
178 { MODKEY|ShiftMask, XK_f, spawn, SHCMD("firefox") }, 178 { MODKEY|ShiftMask, XK_f, spawn, SHCMD("firefox") },
179 { MODKEY|ShiftMask, XK_g, spawn, SHCMD("xedit") },
179 { MODKEY|ShiftMask, XK_j, spawn, SHCMD("terminal bc -q $HOME/box/bc.library") }, 180 { MODKEY|ShiftMask, XK_j, spawn, SHCMD("terminal bc -q $HOME/box/bc.library") },
180 { MODKEY, XK_y, spawn, SHCMD("clip") }, 181 { MODKEY, XK_y, spawn, SHCMD("clip") },
181 { MODKEY, XK_d, spawn, SHCMD("popup-cal12") }, 182 { MODKEY, XK_d, spawn, SHCMD("popup-cal12") },
diff --git a/.profile b/.profile
index 03b1379..1037781 100644
--- a/.profile
+++ b/.profile
@@ -11,7 +11,7 @@ export HISTSIZE=10000
11# Standard stuff and variables for my scripts 11# Standard stuff and variables for my scripts
12export EDITOR=vi 12export EDITOR=vi
13export VISUAL=vi 13export VISUAL=vi
14export XEDIT=xedit 14#export XEDIT=some-gui-editor # Do not set to "xedit", recursion
15export NOTIFY=notify 15export NOTIFY=notify
16export OPENER=open-file 16export OPENER=open-file
17export BROWSER=firefox 17export BROWSER=firefox

Generated with cgit - Back to sebastiano.tronto.net