Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
94672bcb
Commit
94672bcb
authored
Jan 29, 2019
by
Jay Ta'ala
Browse files
Reverted i3 restart to use default method now.
parent
c9f4fda7
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
94672bcb
...
...
@@ -6,13 +6,13 @@
set $mod Mod4
set $border_no_name border pixel 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>
workspace_layout tabbed
# Configure border style <normal|1pixel|pixel xx|none|pixel>
for_window [class=".*"] $border_no
rmal
for_window [class=".*"] $border_no
_name
# Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders none
...
...
@@ -133,8 +133,8 @@ bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed; $con_title
# 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+Shift+x split h, layout splith, focus left,
$border_normal,
move right, focus right,
$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, move right, focus right, $con_title
# 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
...
...
@@ -229,7 +229,6 @@ bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
# assign [class="Skype"] $ws5
# Open specific applications in floating mode
for_window [class=".*"] title_format " %title"
for_window [class=".*"] $con_title
for_window [title="alsamixer"] floating enable border pixel 1
for_window [class="Calamares"] floating enable border normal
...
...
@@ -267,7 +266,7 @@ for_window [urgent=latest] focus
bindsym $mod+Shift+c reload
# 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)
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'"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment