diff options
| author | Gergely Horváth <horvath@gergely.xyz> | 2019-01-03 19:51:38 +0100 |
|---|---|---|
| committer | Gergely Horváth <horvath@gergely.xyz> | 2019-01-03 19:51:38 +0100 |
| commit | bcdfd2e2c41a6d1f048276cfe8447735a1b9e2aa (patch) | |
| tree | f87c1c8ce985e7bcb2b76d57e1931242b7c450c0 /.config/i3/config | |
| parent | ebdff2ce6aafc95e51986447b1add7389f7a3a3a (diff) | |
| download | eibhear-bcdfd2e2c41a6d1f048276cfe8447735a1b9e2aa.tar.gz eibhear-bcdfd2e2c41a6d1f048276cfe8447735a1b9e2aa.tar.zst eibhear-bcdfd2e2c41a6d1f048276cfe8447735a1b9e2aa.zip | |
Simplified ddspawn, no need for pause
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index e63e4c6..b7c5d7d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -39,6 +39,8 @@ for_window [instance="tmuxdd"] resize set 625 450 for_window [instance="tmuxdd"] move scratchpad for_window [instance="tmuxdd"] border pixel 3 for_window [instance="tmuxdd"] sticky enable +for_window [instance="tmuxdd"] scratchpad show +for_window [instance="tmuxdd"] move position center # Then I have a window running R I use for basic arithmetic # I'll later bind this to mod+a. @@ -47,6 +49,8 @@ for_window [instance="dropdowncalc"] resize set 800 300 for_window [instance="dropdowncalc"] move scratchpad for_window [instance="dropdowncalc"] border pixel 2 for_window [instance="dropdowncalc"] sticky enable +for_window [instance="dropdowncalc"] scratchpad show +for_window [instance="dropdowncalc"] move position center # #---Starting External Scripts---# # # Setting the background: |
