diff --git a/.config/i3/config.example b/.config/i3/config.example index f4df17f..7cdd743 100644 --- a/.config/i3/config.example +++ b/.config/i3/config.example @@ -1,14 +1,7 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout somewhen, delete -# this file and re-run i3-config-wizard(1). -# - # i3 config file (v4) -# # Please see http://i3wm.org/docs/userguide.html for a complete reference! + workspace_layout tabbed new_window none @@ -103,7 +96,6 @@ bindsym $mod+Shift+parenleft move workspace 8 bindsym $mod+Shift+parenright move workspace 9 bindsym $mod+Shift+equal move workspace 10 - # reload the configuration file bindsym $mod+Shift+C reload @@ -117,7 +109,6 @@ bindsym $mod+Shift+E exit bindsym $mod+Shift+S exec dbus-send --system --print-reply --dest="org.freedesktop.UPower" '/org/freedesktop/UPower' 'org.freedesktop.UPower.Suspend' bindsym $mod+Shift+H exec dbus-send --system --print-reply --dest="org.freedesktop.UPower" '/org/freedesktop/UPower' 'org.freedesktop.UPower.Hibernate' - # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode @@ -145,12 +136,6 @@ mode "resize" { bindsym $mod+r mode "resize" - -# Floating windows -# for_window [title="KCalc"] floating enable; -# for_window [class="Qalculate"] floating enable; - - # Color settings # The point here is to keep the hue difference between text and background constant, # even if the colors change. @@ -177,9 +162,6 @@ client.urgent #002b36 #dc322f #002b36 #dc322f # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - #output VGA-1 - #mode hide - #hidden_state hide tray_output primary status_command i3status position top @@ -202,23 +184,4 @@ bar { } } -# bar { -# output DVI-D-0 -# mode hide -# tray_output none -# hidden_state hide -# position top -# -# # Color settings see bar for LVDS1 -# colors { -# background #002b36 -# statusline #839496 -# separator #657b83 -# focused_workspace #002b36 #839496 #002b36 -# active_workspace #002b36 #586e75 #eee8d5 -# inactive_workspace #002b36 #002b36 #839496 -# urgent_workspace #002b36 #dc322f #002b36 -# } -# } - exec $HOME/.local/bin/autostart