Commit 961bd00c authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents d49faa36 f37725fb
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment