4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#! /bin/bash
|
|
i3-msg exec "gnome-ternimal --title scratch"
|
|
i3-msg '[ title="scratch" ] move scratchpad'
|