Commit 94672bcb authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Reverted i3 restart to use default method now.

parent c9f4fda7
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
set $mod Mod4 set $mod Mod4
set $border_no_name border pixel 5 set $border_no_name border pixel 5
set $border_normal border normal 5 set $border_normal border normal 5
set $con_title focus parent; title_format "<span foreground='pink'><b> 📦 %title</b></span>"; focus child set $con_title focus parent; title_format "<span foreground='pink'><b> 📦 %title</b></span>"; focus child; title_format " %title"
# set default desktop layout (default is tiling) <stacking|tabbed> # set default desktop layout (default is tiling) <stacking|tabbed>
workspace_layout tabbed workspace_layout tabbed
# Configure border style <normal|1pixel|pixel xx|none|pixel> # Configure border style <normal|1pixel|pixel xx|none|pixel>
for_window [class=".*"] $border_normal for_window [class=".*"] $border_no_name
# Hide borders <none|vertical|horizontal|both|smart> # Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders none hide_edge_borders none
...@@ -133,8 +133,8 @@ bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout' ...@@ -133,8 +133,8 @@ bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed; $con_title bindsym $mod+Mod1+w split h; layout tabbed; $con_title
# special combo for horizontal split of two windows next to each other # special combo for horizontal split of two windows next to each other
bindsym $mod+x split h, layout splith, focus right, $border_normal, move left, focus left, $border_normal, $con_title bindsym $mod+x split h, layout splith, focus right, move left, focus left, $con_title
bindsym $mod+Shift+x split h, layout splith, focus left, $border_normal, move right, focus right, $border_normal, $con_title bindsym $mod+Shift+x split h, layout splith, focus left, move right, focus right, $con_title
# special combo for container tabbed split of two windows next to each other # special combo for container tabbed split of two windows next to each other
bindsym $mod+z split h, layout tabbed, focus right, move left, focus left, $con_title bindsym $mod+z split h, layout tabbed, focus right, move left, focus left, $con_title
...@@ -229,7 +229,6 @@ bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8 ...@@ -229,7 +229,6 @@ bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
# assign [class="Skype"] $ws5 # assign [class="Skype"] $ws5
# Open specific applications in floating mode # Open specific applications in floating mode
for_window [class=".*"] title_format " %title"
for_window [class=".*"] $con_title for_window [class=".*"] $con_title
for_window [title="alsamixer"] floating enable border pixel 1 for_window [title="alsamixer"] floating enable border pixel 1
for_window [class="Calamares"] floating enable border normal for_window [class="Calamares"] floating enable border normal
...@@ -267,7 +266,7 @@ for_window [urgent=latest] focus ...@@ -267,7 +266,7 @@ for_window [urgent=latest] focus
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r exec --no-startup-id pkill compton; restart bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session) # exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment