From a7d1e5fcceff741a63a15cb38dfd134b869b0225 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 26 Mar 2018 23:59:53 -0700 Subject: mod+b moves to floating bottom left --- .config/i3/config | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index 476be72..c8cf138 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -26,7 +26,6 @@ set $term --no-startup-id st set $video --no-startup-id bash video.sh set $stoprec --no-startup-id killall ffmpeg - # #---Starting External Scripts---# # #Increase key rate exec --no-startup-id xset r rate 300 50 @@ -42,9 +41,6 @@ exec --no-startup-id compton --xrender-sync-fence exec --no-startup-id screen.sh v #Launch Polybar where appropriate: 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 #Runs the key remapping scripts exec --no-startup-id ~/.scripts/remaps #Unclutter makes the mouse invisible after a brief period @@ -218,19 +214,13 @@ bindsym $mod+Shift+z gaps outer current minus 5 bindsym $mod+x exec --no-startup-id ~/.config/i3/lock.sh bindsym $mod+Shift+x exec $shutdown -# Bindings to make the webcam float and stick. -for_window [title="video0 - mpv"] floating enable -for_window [title="video0 - mpv"] sticky enable -for_window [title="video0 - mpv"] border pixel 0 -no_focus [title="video0 - mpv"] - bindsym $mod+c exec --no-startup-id camtoggle #bindsym $mod+Shift+c bindsym $mod+v exec $term -e ncmpcpp -s visualizer bindsym $mod+Shift+v exec projectM-pulseaudio -##bindsym $mod+b exec $prev +bindsym $mod+b floating toggle; sticky toggle; exec --no-startup-id bottomleft bindsym $mod+Shift+b exec --no-startup-id blender; workspace $ws6 bindsym $mod+n exec $term -e newsboat -- cgit v1.3.1