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
49c1dec2
Commit
49c1dec2
authored
Jul 26, 2021
by
Jay Ta'ala
Browse files
Ported changes to config.simple
parent
d50bb93f
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
49c1dec2
...
@@ -147,19 +147,19 @@ bindsym $mod+Shift+k move up 100px
...
@@ -147,19 +147,19 @@ bindsym $mod+Shift+k move up 100px
bindsym $mod+Shift+l move right 100px
bindsym $mod+Shift+l move right 100px
# mark and focus
# mark and focus
bindsym $mod+Ctrl+1 mark --add 1
bindsym $mod+Ctrl+1 mark --add
--toggle
1
bindsym $mod+Ctrl+2 mark --add 2
bindsym $mod+Ctrl+2 mark --add
--toggle
2
bindsym $mod+Ctrl+3 mark --add 3
bindsym $mod+Ctrl+3 mark --add
--toggle
3
bindsym $mod+Ctrl+4 mark --add 4
bindsym $mod+Ctrl+4 mark --add
--toggle
4
bindsym $mod+Ctrl+5 mark --add 5
bindsym $mod+Ctrl+5 mark --add
--toggle
5
bindsym $mod+Ctrl+6 mark --add 6
bindsym $mod+Ctrl+6 mark --add
--toggle
6
bindsym $mod+Ctrl+7 mark --add 7
bindsym $mod+Ctrl+7 mark --add
--toggle
7
bindsym $mod+Ctrl+8 mark --add 8
bindsym $mod+Ctrl+8 mark --add
--toggle
8
bindsym $mod+Ctrl+9 mark --add 9
bindsym $mod+Ctrl+9 mark --add
--toggle
9
bindsym $mod+g exec "i3-input -f $i3inputfont -l 1 -P \\"Goto Mark: \\" -F '[con_mark=\\"%s\\"] focus'"
bindsym $mod+g exec "i3-input -f $i3inputfont -l 1 -P \\"Goto Mark: \\" -F '[con_mark=\\"%s\\"] focus'"
# mark and move
# mark and move
bindsym $mod+m mark --add m
bindsym $mod+m mark --add
--toggle
m
bindsym $mod+Ctrl+m unmark m
bindsym $mod+Ctrl+m unmark m
bindsym $mod+Shift+m [workspace="`"] move container to mark m
bindsym $mod+Shift+m [workspace="`"] move container to mark m
...
...
i3/config.simple
View file @
49c1dec2
...
@@ -8,6 +8,9 @@ set $mod_next Mod4
...
@@ -8,6 +8,9 @@ set $mod_next Mod4
set $border_no_name border pixel 3
set $border_no_name border pixel 3
set $border_normal border normal 3
set $border_normal border normal 3
# set i3-input font
set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
# Theme colors
# Theme colors
# set variable for main accent-bg color
# set variable for main accent-bg color
set $accent-bg #d64161
set $accent-bg #d64161
...
@@ -31,7 +34,7 @@ client.unfocused $unfocused-bg $unfocused-bg $unfocused-txt $indicator $u
...
@@ -31,7 +34,7 @@ client.unfocused $unfocused-bg $unfocused-bg $unfocused-txt $indicator $u
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_no
_name
for_window [class=".*"] $border_no
rmal
# focus_wrapping <yes|no|force|workspace>
# focus_wrapping <yes|no|force|workspace>
# Legacy syntax: "force_focus_wrapping force"
# Legacy syntax: "force_focus_wrapping force"
...
@@ -109,6 +112,18 @@ bindsym $mod+Shift+j move down 100px
...
@@ -109,6 +112,18 @@ bindsym $mod+Shift+j move down 100px
bindsym $mod+Shift+k move up 100px
bindsym $mod+Shift+k move up 100px
bindsym $mod+Shift+l move right 100px
bindsym $mod+Shift+l move right 100px
# mark and focus
bindsym $mod+Ctrl+1 mark --add --toggle 1
bindsym $mod+Ctrl+2 mark --add --toggle 2
bindsym $mod+Ctrl+3 mark --add --toggle 3
bindsym $mod+Ctrl+4 mark --add --toggle 4
bindsym $mod+Ctrl+5 mark --add --toggle 5
bindsym $mod+Ctrl+6 mark --add --toggle 6
bindsym $mod+Ctrl+7 mark --add --toggle 7
bindsym $mod+Ctrl+8 mark --add --toggle 8
bindsym $mod+Ctrl+9 mark --add --toggle 9
bindsym $mod+g exec "i3-input -f $i3inputfont -l 1 -P \\"Goto Mark: \\" -F '[con_mark=\\"%s\\"] focus'"
# mark and move
# mark and move
bindsym $mod+m mark --add m
bindsym $mod+m mark --add m
bindsym $mod+Ctrl+m unmark m
bindsym $mod+Ctrl+m unmark m
...
@@ -125,7 +140,7 @@ workspace_auto_back_and_forth yes
...
@@ -125,7 +140,7 @@ workspace_auto_back_and_forth yes
set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>...</tt></b></span>\\", focus child
set $con_title i3-msg focus parent, title_format \\"<span> <b><tt>...</tt></b></span>\\", focus child
# renaming of parent container
# renaming of parent container
bindsym $mod+slash exec "i3-input -f
\\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
-P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s</tt></b></span>\\"'"
bindsym $mod+slash exec "i3-input -f
$i3inputfont
-P \\"Change Title: \\" -F 'title_format \\"<span> <b><tt>%s</tt></b></span>\\"'"
# sets back to default i3 container title
# sets back to default i3 container title
bindsym $mod+$mod_next+slash title_format " %title"
bindsym $mod+$mod_next+slash title_format " %title"
...
...
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