diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-03-11 16:16:41 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-11 16:16:41 -0700 |
| commit | b09bc09b1c8fdf0d25eb3e60b863144741bb0e81 (patch) | |
| tree | 9f985c09e9fd307570fd1dd633d2ee550d8a9558 /.config/i3/config | |
| parent | f4393fb58ea80f97bce6dd7a6fe79b65d6eafc79 (diff) | |
| download | eibhear-b09bc09b1c8fdf0d25eb3e60b863144741bb0e81.tar.gz eibhear-b09bc09b1c8fdf0d25eb3e60b863144741bb0e81.tar.zst eibhear-b09bc09b1c8fdf0d25eb3e60b863144741bb0e81.zip | |
readme changes, escape double mapping added
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config index cd433dc..8ca3049 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -45,12 +45,8 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh #Add wallpaper: exec_always --no-startup-id feh --bg-scale ~/.config/wall.png #exec_always --no-startup-id wal -c -i ~/.config/wall.png -#Remaps the caps lock button to escape and uses the US international keyboard with dead keys -exec_always --no-startup-id setxkbmap -layout us -variant altgr-intl -option caps:escape -#exec_always --no-startup-id setxkbmap -option caps:escape -#Remap Menu button to Super: -#exec_always --no-startup-id xmodmap -e 'keycode 135 = Super_R' -bindsym Menu exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' +#Runs the key remapping scripts +exec --no-startup-id ~/.scripts/remaps #Unclutter makes the mouse invisible after a brief period exec --no-startup-id unclutter #Network Manager applet @@ -467,7 +463,7 @@ bindsym XF86TouchpadOn exec --no-startup-id exec synclient TouchpadOff=0 bindsym XF86TouchpadOff exec --no-startup-id exec synclient TouchpadOff=1 bindsym XF86Suspend exec --no-startup-id ~/.config/i3/lock.sh bindsym XF86Close kill -bindsym XF86WebCam exec mpv /dev/video0 +bindsym XF86WebCam exec --no-startup-id camtoggle bindsym XF86Mail exec $term -e neomutt bindsym XF86Messenger exec $term -e weechat bindsym XF86Search exec $BROWSER https://duckduckgo.com |
