i3 conf update

This commit is contained in:
Luke Smith 2018-04-23 08:38:24 -07:00
parent cec92894fc
commit 6047ef64e3

View file

@ -20,28 +20,37 @@
for_window [class="^.*"] border pixel 3 for_window [class="^.*"] border pixel 3
gaps inner 15 gaps inner 15
gaps outer 15 gaps outer 15
font pango:mono 9 font pango:mono 12
set $mod Mod4 set $mod Mod4
set $term --no-startup-id st set $term --no-startup-id st
set $stoprec --no-startup-id killall ffmpeg set $stoprec --no-startup-id killall ffmpeg
# #---Starting External Scripts---# # # #---Starting External Scripts---# #
#Setting the background:
exec_always --no-startup-id feh --bg-scale ~/.config/wall.png
#Starts dunst for notifications:
exec --no-startup-id dunst
#Music player daemon: #Music player daemon:
exec --no-startup-id mpd exec --no-startup-id mpd
#Torrent daemon: #Torrent daemon:
exec --no-startup-id transmission-daemon exec --no-startup-id transmission-daemon
#Composite manager: #Composite manager:
exec --no-startup-id compton --xrender-sync-fence exec --no-startup-id compton --xrender-sync-fence
#Try to load VGA screen if available:
exec --no-startup-id screen.sh v
#Launch Polybar where appropriate: #Launch Polybar where appropriate:
exec_always --no-startup-id ~/.scripts/polybar_launch #exec_always --no-startup-id ~/.scripts/polybar_launch
#Runs the key remapping scripts #Runs the key remapping scripts
exec --no-startup-id ~/.scripts/remaps exec --no-startup-id ~/.scripts/remaps
#Unclutter makes the mouse invisible after a brief period #Unclutter makes the mouse invisible after a brief period
exec --no-startup-id unclutter exec --no-startup-id unclutter
#Network Manager applet #Network Manager applet
exec --no-startup-id nm-applet #exec --no-startup-id nm-applet
bar {
status_command i3blocks
position top
mode dock
modifier None
}
#OPENRC #OPENRC
#set $shutdown sudo openrc-shutdown -p #set $shutdown sudo openrc-shutdown -p
@ -136,7 +145,7 @@ bindsym $mod+Shift+Escape exec prompt "Are you sure you want to leave i3?" "i3-
# bindsym $mod+BackSpace # bindsym $mod+BackSpace
bindsym $mod+Shift+BackSpace exec prompt "Are you sure you want to reboot?" "$reboot" bindsym $mod+Shift+BackSpace exec prompt "Are you sure you want to reboot?" "$reboot"
## bindsym $mod+grave ##bindsym $mod+grave
##bindsym $mod+asciitilde ##bindsym $mod+asciitilde
#STOP/HIDE EVERYTHING: #STOP/HIDE EVERYTHING:
@ -212,8 +221,8 @@ bindsym $mod+c exec --no-startup-id camtoggle
bindsym $mod+v exec $term -e ncmpcpp -s visualizer bindsym $mod+v exec $term -e ncmpcpp -s visualizer
bindsym $mod+Shift+v exec projectM-pulseaudio bindsym $mod+Shift+v exec projectM-pulseaudio
bindsym $mod+b floating toggle; sticky toggle; exec --no-startup-id bottomleft bindsym $mod+b bar mode toggle
bindsym $mod+Shift+b exec --no-startup-id blender; workspace $ws6 bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft
bindsym $mod+n exec $term -e newsboat bindsym $mod+n exec $term -e newsboat
##bindsym $mod+Shift+n ##bindsym $mod+Shift+n
@ -318,6 +327,8 @@ for_window [title="mpvfloat"] sticky enable
for_window [title="mpvfloat"] border pixel 0 for_window [title="mpvfloat"] border pixel 0
no_focus [title="mpvfloat"] no_focus [title="mpvfloat"]
for_window [title="Default - Wine desktop"] floating enable
# #---Function Buttons---# # # #---Function Buttons---# #
bindsym $mod+F1 exec --no-startup-id mupdf ~/.config/i3/i3_guide.pdf bindsym $mod+F1 exec --no-startup-id mupdf ~/.config/i3/i3_guide.pdf
bindsym $mod+F2 restart bindsym $mod+F2 restart
@ -449,3 +460,4 @@ bindsym XF86Documents exec $term -e ranger ~/Documents
##bindsym XF86Battery exec ##bindsym XF86Battery exec
##bindsym XF86Bluetooth exec ##bindsym XF86Bluetooth exec
bindsym XF86WLAN exec $netrefresh bindsym XF86WLAN exec $netrefresh