diff options
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/.config/i3/config b/.config/i3/config index cd433dc..476be72 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 @@ -319,19 +315,6 @@ workspace $ws8 gaps inner 0 workspace $ws8 gaps outer 0 # #---Function Buttons---# # -##bindsym F1 nop -##bindsym F2 -##bindsym F3 -##bindsym F4 -##bindsym F5 -##bindsym F6 -##bindsym F7 -##bindsym F8 -##bindsym F9 -##bindsym F10 -bindsym F11 fullscreen toggle -##bindsym F12 - bindsym $mod+F1 exec --no-startup-id mupdf ~/.config/i3/i3_guide.pdf bindsym $mod+F2 restart bindsym $mod+F3 exec --no-startup-id arandr @@ -467,7 +450,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 |
