summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-07-24 14:44:01 -0400
committerLibravatar GitHub <noreply@github.com>2018-07-24 14:44:01 -0400
commit817d37c95032946a2e508fcc33cfa5c7ed65cc0d (patch)
tree69fb79348eaff481fabaee4c2bb25991487d438b /config.in
parentMerge pull request #2346 from RyanDwyer/fix-crash-on-click (diff)
parentAddress @emersion's review comments (diff)
downloadsway-817d37c95032946a2e508fcc33cfa5c7ed65cc0d.tar.gz
sway-817d37c95032946a2e508fcc33cfa5c7ed65cc0d.tar.zst
sway-817d37c95032946a2e508fcc33cfa5c7ed65cc0d.zip
Merge pull request #2165 from swaywm/pid-workspaces
Implement pid->workspace tracking
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.in b/config.in
index 4a11762a..41f53461 100644
--- a/config.in
+++ b/config.in
@@ -16,7 +16,8 @@ set $right l
16# Your preferred terminal emulator 16# Your preferred terminal emulator
17set $term urxvt 17set $term urxvt
18# Your preferred application launcher 18# Your preferred application launcher
19set $menu dmenu_run 19# Note: it's recommended that you pass the final command to sway
20set $menu dmenu_path | dmenu | xargs swaymsg exec
20 21
21### Output configuration 22### Output configuration
22# 23#