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
e957c656
Commit
e957c656
authored
Sep 06, 2021
by
Jay Ta'ala
Browse files
Ported changes to config.simple.
parent
e7249817
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
e957c656
...
...
@@ -68,7 +68,7 @@ bindsym $mod+$mod_next+backslash $border_normal
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
#font pango:monospace 8
font
xft:BitstreamVeraSans-Roman
9
font
pango:DejaVu Sans
9
# Use Mouse+$mod to drag floating windows
floating_modifier $mod
...
...
@@ -245,7 +245,6 @@ bindsym $mod+Ctrl+h workspace prev
# to display names or symbols instead of plain workspace numbers you can use
# something like: set $ws1 1:mail
# set $ws2 2:
set $wsg number 0:`
set $ws1 number 1:1
set $ws2 number 2:2
set $ws3 number 3:3
...
...
@@ -254,10 +253,10 @@ set $ws5 number 5:5
set $ws6 number 6:6
set $ws7 number 7:7
set $ws8 number 8:8
set $wsg number 0:`
set $wsm number 9:mcache
# switch to workspace
bindsym $mod+grave workspace $wsg
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
...
...
@@ -266,6 +265,7 @@ bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+grave workspace $wsg
bindsym $mod+m workspace $wsm
# Move focused container to workspace
...
...
i3/config.simple
View file @
e957c656
...
...
@@ -68,7 +68,7 @@ bindsym $mod+$mod_next+backslash $border_normal
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
#font pango:monospace 8
font
xft:BitstreamVeraSans-Roman 10
font
pango:DejaVu Sans 9
# Use Mouse+$mod to drag floating windows
floating_modifier $mod
...
...
@@ -136,11 +136,6 @@ 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
bindsym $mod+m mark --add --toggle m
bindsym $mod+Ctrl+m unmark m
bindsym $mod+Shift+m [workspace="`"] move container to workspace current
# workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes
...
...
@@ -224,7 +219,8 @@ set $ws5 number 5:5
set $ws6 number 6:6
set $ws7 number 7:7
set $ws8 number 8:8
set $wsx number 0:`
set $wsg number 0:`
set $wsm number 9:mcache
# switch to workspace
bindsym $mod+1 workspace $ws1
...
...
@@ -235,9 +231,11 @@ bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+grave workspace $wsx
bindsym $mod+grave workspace $wsg
bindsym $mod+m workspace $wsm
# Move focused container to workspace
bindsym $mod+Shift+grave move container to workspace $wsg
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3
...
...
@@ -246,9 +244,10 @@ bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+
grave
move container to workspace $ws
x
bindsym $mod+Shift+
m
move container to workspace $ws
m
# Move focused container to workspace, and switch to that workspace
bindsym $mod+$mod_next+grave move container to workspace $wsg; workspace $wsg
bindsym $mod+$mod_next+1 move container to workspace $ws1; workspace $ws1
bindsym $mod+$mod_next+2 move container to workspace $ws2; workspace $ws2
bindsym $mod+$mod_next+3 move container to workspace $ws3; workspace $ws3
...
...
@@ -257,7 +256,9 @@ bindsym $mod+$mod_next+5 move container to workspace $ws5; workspace $ws5
bindsym $mod+$mod_next+6 move container to workspace $ws6; workspace $ws6
bindsym $mod+$mod_next+7 move container to workspace $ws7; workspace $ws7
bindsym $mod+$mod_next+8 move container to workspace $ws8; workspace $ws8
bindsym $mod+$mod_next+grave move container to workspace $wsx; workspace $wsx
# move all windows on workspace M to current container
bindsym $mod+Ctrl+m [workspace="mcache"] move container to workspace current
# Open applications on specific workspaces
# assign [class="Thunderbird"] $ws1
...
...
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