summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-03-06 09:54:34 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-03-06 09:54:34 -0700
commite8f2d08a8e87fe8b079c256c2fb9464221ec6fcc (patch)
tree92abd2dd8a6ac4296fc98036018d74e66ce8cfc3 /.config/i3
parent04a2205aa82db54c61edc076240d93e64bbe5438 (diff)
downloadeibhear-e8f2d08a8e87fe8b079c256c2fb9464221ec6fcc.tar.gz
eibhear-e8f2d08a8e87fe8b079c256c2fb9464221ec6fcc.tar.zst
eibhear-e8f2d08a8e87fe8b079c256c2fb9464221ec6fcc.zip
neofetch on tmux entry, robust calc
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 22d197f..cd433dc 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -399,6 +399,8 @@ for_window [instance="dropdown"] border pixel 5
# Runs the tmuxinit script, which searches for an earlier tmux instance,
# otherwise starts a new one (to prevent multiple dropdown sessions).
exec --no-startup-id $term -n dropdown -e tmuxinit
+# Runs neofetch on first tmux screen if installed.
+exec_always --no-startup-id "tmux send-keys -t 0:0 'clear && neofetch 2>/dev/null' Enter"
# Then I have a window running R I use for basic arithmetic
# I'll later bind this to mod+a.
@@ -406,8 +408,7 @@ for_window [instance="math"] floating enable
for_window [instance="math"] resize set 800 300
for_window [instance="math"] move scratchpad
for_window [instance="math"] border pixel 5
-exec --no-startup-id $term -n math -f mono:pixelsize=24 -e R -q
-
+exec --no-startup-id $term -n math -f mono:pixelsize=24 -e dropdowncalc
# #---Extra XF86 Keys---# #
# These are the extra media keys that some keyboards have.