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
24cbe57e
Commit
24cbe57e
authored
Sep 25, 2020
by
Jay Ta'ala
Browse files
Changed bar mode toggle to $mod+Control+m. Added master-stack keybinds
to config.simple and set config.simple to better font for titles.
parent
9b784d92
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
24cbe57e
...
...
@@ -463,7 +463,7 @@ bar {
}
# hide/unhide i3status bar
bindsym $mod+
n
bar mode toggle
bindsym $mod+
Control+m
bar mode toggle
#############################
### settings for i3-gaps: ###
...
...
i3/config.simple
View file @
24cbe57e
...
...
@@ -44,6 +44,11 @@ popup_during_fullscreen leave_fullscreen
bindsym $mod+period $border_no_name
bindsym $mod+$mod_next+period $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
# Use Mouse+$mod to drag floating windows
floating_modifier $mod
...
...
@@ -73,7 +78,9 @@ bindsym $mod+k focus up
bindsym $mod+l focus right
# master-stack keybinding (moves stack window to master and current master back to stack window)
bindsym $mod+m exec "i3-msg \\"move left; focus up; move right; focus left\\""
bindsym $mod+m exec "i3-msg \\"move left, focus up, move right, focus left\\""
bindsym $mod+Shift+m exec "i3-msg \\"focus right, move left, focus up, move right\\""
bindsym $mod+comma exec "i3-msg \\"focus up, move right, focus up, focus left\\""
# move focused window
bindsym $mod+Shift+Left move left 100px
...
...
@@ -195,7 +202,7 @@ bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
# shortcuts to often used applications
bindsym $mod_next+u exec --no-startup-id pamac-manager
bindsym $mod_next+i exec --no-startup-id
firefox
bindsym $mod_next+i exec --no-startup-id
chromium-browser
bindsym $mod_next+o exec --no-startup-id xfce4-appfinder
bindsym $mod_next+p exec --no-startup-id putty
bindsym $mod_next+bracketleft exec --no-startup-id nautilus
...
...
@@ -268,4 +275,4 @@ bar {
}
# hide/unhide i3status bar
bindsym $mod+m bar mode toggle
bindsym $mod+
Control+
m bar mode toggle
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