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
961bd00c
Commit
961bd00c
authored
Mar 17, 2019
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
d49faa36
f37725fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
961bd00c
...
...
@@ -21,6 +21,9 @@ set $indcolor #00ff00
# set default desktop layout (default is tiling) <stacking|tabbed>
#workspace_layout tabbed
# set preferred focus_wrapping <yes|no|force>
focus_wrapping no
# Configure border style <normal|1pixel|pixel xx|none|pixel>
for_window [class=".*"] $border_no_name
...
...
@@ -42,6 +45,7 @@ floating_modifier $mod
# start a terminal
bindsym $mod+Return exec terminator
bindsym $mod+Shift+Return exec "APP=\\"terminator\\"; CLASS=\\"Terminator\\"; if pgrep -x \\"$APP\\" > /dev/null 2>&1; then i3-msg \\"[class=\\"$CLASS\\"] scratchpad show\\"; else \\"$APP\\"; fi"
# kill focused window
bindsym $mod+Shift+q kill
...
...
@@ -92,7 +96,7 @@ bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
# shortcuts to often used applications
bindsym $mod+u exec pamac-manager
bindsym $mod+i exec chromium
bindsym $mod+o exec
KeeWeb
bindsym $mod+o exec
"APP=\\"KeeWeb\\"; if pgrep -x \\"$APP\\" > /dev/null 2>&1; then i3-msg \\"[class=\\"$APP\\"] scratchpad show\\"; else \\"$APP\\"; fi"
bindsym $mod+Mod1+o splith; exec KeeWeb
bindsym $mod+p exec putty
bindsym $mod+bracketleft exec pcmanfm
...
...
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