summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-04 13:35:01 -0700
committerLuke <luke@lukesmith.xyz>2018-02-04 13:35:01 -0700
commitabfbe3a1ac742b406156614127092427d6b18bb0 (patch)
tree657b55ae5d412e3e6a4f514f5e680323038d9032 /.config
parentdc13bb8ede1a409ad97c63c8c6d135a396e9e06d (diff)
downloadeibhear-abfbe3a1ac742b406156614127092427d6b18bb0.tar.gz
eibhear-abfbe3a1ac742b406156614127092427d6b18bb0.tar.zst
eibhear-abfbe3a1ac742b406156614127092427d6b18bb0.zip
proper screenkey toggle added
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 194d864..ce0166e 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -24,7 +24,7 @@ font pango:mono 9
set $mod Mod4
set $term --no-startup-id st
set $video --no-startup-id bash ~/.config/Scripts/video.sh
-set $stoprec --no-startup-id killall ffmpeg & killall screenkey
+set $stoprec --no-startup-id killall ffmpeg
# #---Starting External Scripts---# #
@@ -374,8 +374,8 @@ bindsym $mod+Shift+bracketright exec $bigfor
bindsym Print exec --no-startup-id scrot
bindsym Shift+Print exec --no-startup-id scrot -u
-# For recording audio/video or stop recording. Also screenkey for visual typing.
-bindsym $mod+Print exec --no-startup-id screenkey
+# For recording audio/video or stop recording. Also toggle screenkey for visual typing.
+bindsym $mod+Print exec --no-startup-id "killall screenkey || screenkey"
bindsym $mod+Scroll_Lock exec $audio
bindsym $mod+Insert exec $screencast
bindsym $mod+Pause exec $video
@@ -389,7 +389,7 @@ bindsym XF86Launch1 exec $stoprec & xset dpms force off
for_window [instance="dropdown"] floating enable
for_window [instance="dropdown"] resize set 625 400
for_window [instance="dropdown"] move scratchpad
-for_window [instance="dropdown"] border pixel 3
+for_window [instance="dropdown"] border pixel 5
exec --no-startup-id $term -n dropdown -e tmux
# Then I have a window running R I use for basic arithmetic