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
9831de8b
Commit
9831de8b
authored
Sep 27, 2020
by
Jay Ta'ala
Browse files
Added another master-stack shortcut.
parent
a44d835b
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
9831de8b
...
...
@@ -106,7 +106,8 @@ bindsym $mod+F2 exec amixer -qc 0 set Master 2db-; exec notify-send 'volume decr
bindsym $mod+F3 exec amixer -qc 0 set Master 2db+; exec notify-send 'volume increased'
# Screen brightness controls
bindsym $mod+F8 exec sudo xbacklight -10
#bindsym $mod+F8 exec sudo xbacklight -10
bindsym $mod+F8 exec "sleep 1; xset dpms force off"
bindsym $mod+F9 exec sudo xbacklight +10
# focus_follows_mouse no
...
...
@@ -121,6 +122,7 @@ bindsym $mod+l focus right
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, focus left\\""
bindsym $mod+comma exec "i3-msg \\"focus up, move right, focus up, focus left\\""
bindsym $mod+Shift+comma exec "i3-msg \\"focus up, move right, focus left\\""
# container focusing (with fallback for case where window is direct child of workspace container)
# NOTE: requires xdotool
...
...
i3/config.simple
View file @
9831de8b
...
...
@@ -81,6 +81,7 @@ bindsym $mod+l focus right
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, focus left\\""
bindsym $mod+comma exec "i3-msg \\"focus up, move right, focus up, focus left\\""
bindsym $mod+Shift+comma exec "i3-msg \\"focus up, move right, focus left\\""
# move focused window
bindsym $mod+Shift+Left move left 100px
...
...
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