Given a table...
CREATE TABLE foo (
id SERIAL PRIMARY KEY,
created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
...
);| exec --no-startup-id termite --name dropdown & | |
| bindsym $mod+i [instance="dropdown"] scratchpad show, move position center | |
| for_window [instance="dropdown"] floating enable, resize set 800 600, \ | |
| move scratchpad |
Given a table...
CREATE TABLE foo (
id SERIAL PRIMARY KEY,
created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
...
);