diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-03 14:32:59 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-03 14:32:59 -0500 |
| commit | f3bff945971545ba9fa50248634bc0b927c8ce12 (patch) | |
| tree | 3e94392202c16202a9206c955015b4773fb4d6f0 /.config | |
| parent | 51bbb16a0664a0c655c618cb08fa333ce11477e9 (diff) | |
| parent | bcdfd2e2c41a6d1f048276cfe8447735a1b9e2aa (diff) | |
| download | eibhear-f3bff945971545ba9fa50248634bc0b927c8ce12.tar.gz eibhear-f3bff945971545ba9fa50248634bc0b927c8ce12.tar.zst eibhear-f3bff945971545ba9fa50248634bc0b927c8ce12.zip | |
ddspawn change
Diffstat (limited to '.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: |
