summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-26 10:34:23 -0700
committerLuke <luke@lukesmith.xyz>2018-02-26 10:34:23 -0700
commit15fd08356e65a233f1d1994a6ed4f6083808514e (patch)
tree9f2cd4d93467b844cfd08d3619df4ee8f53a4df0
parentd5d4056de1614209e72d1670903108efe63d26ff (diff)
downloadeibhear-15fd08356e65a233f1d1994a6ed4f6083808514e.tar.gz
eibhear-15fd08356e65a233f1d1994a6ed4f6083808514e.tar.zst
eibhear-15fd08356e65a233f1d1994a6ed4f6083808514e.zip
rate in i3 config
-rw-r--r--.config/i3/config5
-rw-r--r--.xinitrc1
2 files changed, 4 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 4345ca4..22d197f 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -28,6 +28,8 @@ set $stoprec --no-startup-id killall ffmpeg
# #---Starting External Scripts---# #
+#Increase key rate
+exec --no-startup-id xset r rate 300 50
#Music player daemon:
exec --no-startup-id mpd
#Torrent daemon:
@@ -139,7 +141,7 @@ set $audio --no-startup-id bash audio_pulse.sh
# #---Basic Bindings---# #
bindsym $mod+Return exec $term
-##bindsym $mod+Shift+Return exec $term -e tmux
+bindsym $mod+Shift+Return exec $term -e vim ~/vimwiki/index.wiki
bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
@@ -298,6 +300,7 @@ bindsym $mod+Shift+9 move container to workspace $ws9
bindsym $mod+Shift+0 move container to workspace $ws10
for_window [class="Pinentry"] sticky enable
+for_window [class="sent"] border pixel 0px
for_window [class="Blender"] move to workspace $ws6
for_window [class="marble"] move to workspace $ws7
for_window [title="GIMP Startup"] move workspace $ws5
diff --git a/.xinitrc b/.xinitrc
index f351d13..ba0c6ef 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,2 +1 @@
exec i3
-xset r rate 200 50