i3: removed dead sections

This commit is contained in:
Tobias Schmidl 2020-05-06 06:45:19 +02:00 committed by Tobias Schmidl
parent f06fb8f9e7
commit edb289e939

View file

@ -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) # i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference! # Please see http://i3wm.org/docs/userguide.html for a complete reference!
workspace_layout tabbed workspace_layout tabbed
new_window none new_window none
@ -103,7 +96,6 @@ bindsym $mod+Shift+parenleft move workspace 8
bindsym $mod+Shift+parenright move workspace 9 bindsym $mod+Shift+parenright move workspace 9
bindsym $mod+Shift+equal move workspace 10 bindsym $mod+Shift+equal move workspace 10
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+C reload 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+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' 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) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
# These bindings trigger as soon as you enter the resize mode # These bindings trigger as soon as you enter the resize mode
@ -145,12 +136,6 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
# Floating windows
# for_window [title="KCalc"] floating enable;
# for_window [class="Qalculate"] floating enable;
# Color settings # Color settings
# The point here is to keep the hue difference between text and background constant, # The point here is to keep the hue difference between text and background constant,
# even if the colors change. # 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 # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { bar {
#output VGA-1
#mode hide
#hidden_state hide
tray_output primary tray_output primary
status_command i3status status_command i3status
position top 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 exec $HOME/.local/bin/autostart