diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-06 23:22:10 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-06 23:22:10 -0700 |
| commit | 1a09b34fe5b5f0101e92e779e8327dc9a4c3f817 (patch) | |
| tree | f023b974a0e4c4a10b82643a27f288e043a3473b /.config/i3/config | |
| parent | c69028fa0db2b95b298a4c483c877f362a914a95 (diff) | |
| download | eibhear-1a09b34fe5b5f0101e92e779e8327dc9a4c3f817.tar.gz eibhear-1a09b34fe5b5f0101e92e779e8327dc9a4c3f817.tar.zst eibhear-1a09b34fe5b5f0101e92e779e8327dc9a4c3f817.zip | |
new dmenu screen/display selection
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8bfcae3..8d6afa8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -40,7 +40,7 @@ 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: -exec_always --no-startup-id ~/.config/polybar/launch.sh +exec_always --no-startup-id ~/.scripts/polybar_launch #Runs the key remapping scripts exec --no-startup-id ~/.scripts/remaps #Unclutter makes the mouse invisible after a brief period @@ -329,7 +329,7 @@ no_focus [title="mpvfloat"] # #---Function Buttons---# # 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 +bindsym $mod+F3 exec --no-startup-id displayselect bindsym $mod+F4 exec --no-startup-id sudo zzz bindsym $mod+F5 exec --no-startup-id $netrefresh bindsym $mod+F6 exec --no-startup-id $term -e transmission-remote-cli |
