aboutsummaryrefslogtreecommitdiff
path: root/files/i3/config
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-04-04 20:25:09 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2019-04-04 20:25:09 +0200
commitd8bf98d001b013f83d5843e2cb68f4ddde74185f (patch)
tree0dbf26f781f22089ef6a2f5860e4444b10db5ca3 /files/i3/config
parent138f1ba76117681717764801b53b131eeaea85ce (diff)
downloadconfigs-d8bf98d001b013f83d5843e2cb68f4ddde74185f.tar.gz
configs-d8bf98d001b013f83d5843e2cb68f4ddde74185f.zip
Thu Apr 4 20:25:12 CEST 2019
Diffstat (limited to 'files/i3/config')
-rw-r--r--files/i3/config17
1 files changed, 9 insertions, 8 deletions
diff --git a/files/i3/config b/files/i3/config
index 59a7b7c..6eb1314 100644
--- a/files/i3/config
+++ b/files/i3/config
@@ -69,7 +69,9 @@ set $wst ๐Ÿ™ˆ
floating_modifier $mod
# start a terminal
-bindsym $mod+Return exec i3-sensible-terminal
+#bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+Return exec urxvt -e tmux
+bindsym $mod+Shift+Return exec st -e tmux
# kill focused window
bindsym $mod+Shift+q kill
@@ -119,7 +121,7 @@ bindsym $mod+Shift+b bar mode toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+Shift+w layout stacking
bindsym $mod+w layout tabbed
-bindsym $mod+e layout toggle split
+#bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
@@ -215,6 +217,8 @@ bindsym $mod+Control+s exec ~/scripts/systemControl.sh
bindsym $mod+Control+Shift+r exec ~/scripts/prompt.sh "Reboot?" "$reboot"
# lock
bindsym $mod+Control+l exec i3lock.sh
+# touchpad
+bindsym $mod+Control+t exec touchpad.sh
# scratchpad
bindsym $mod+minus move scratchpad
@@ -254,15 +258,15 @@ bindsym XF86AudioPrev exec cmus-remote -r && pkill -SIGRTMIN+12 i3blocks
bindsym $mod+q exec qutebrowser
bindsym $mod+Shift+f exec firefox
bindsym $mod+s exec screenshot.sh
+bindsym Print exec screenshot.sh
bindsym $mod+a exec screenshot.sh -a
bindsym $mod+r exec urxvt -e ranger
bindsym $mod+n exec urxvt -e newsboat
bindsym $mod+Shift+a exec urxvt -e alsamixer
bindsym $mod+c exec ~/scripts/dmenuTerm.sh
bindsym $mod+d exec ~/scripts/dmenuDic.sh
-# bindsym $mod+m exec urxvt -name floating -sh 20 -cr black -geometry 32x1 -e sudo ~/scripts/dmenuMount.sh
bindsym $mod+m exec ~/scripts/dmenuMount.sh
-# bindsym $mod+Shift+m exec urxvt -name floating -sh 20 -cr black -geometry 32x1 -e sudo ~/scripts/dmenuUmount.sh
+bindsym $mod+e exec ~/scripts/emoji.sh
bindsym $mod+Shift+m exec ~/scripts/dmenuUmount.sh
bindsym $mod+Shift+c exec notify-send "$(fortune)"
bindsym $mod+y exec surfraw.sh
@@ -326,10 +330,6 @@ bar {
position bottom
font pango:inconsolata 8
separator_symbol "ยท"
- #font pango:DejaVu Sans Mono 8
- #font pango:proggy 8
- #font -*-clean-*-*-*-*-12-*-*-*-*-70-*-*
- #font pango:Terminus 10px
colors {
background $black
statusline $white2
@@ -351,4 +351,5 @@ exec dunst
exec setxkbmap -layout es -option caps:swapescape
exec xset -b
exec unclutter --idle 1
+exec touchpad.sh
#exec transmission-gtk