1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-24 00:02:19 +00:00

Batch of changes

This commit is contained in:
J. Fernando Sánchez
2020-04-15 17:19:21 +02:00
parent fd2ca33e0d
commit 2574a62403
16 changed files with 128 additions and 46 deletions

4
scripts/.bin/colors.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
for i in {0..255} ; do
printf "\x1b[38;5;${i}mcolour${i}\n"
done

View File

@@ -1,2 +0,0 @@
#!/bin/bash
one-window 'gnome-terminal' 'xdotool windowfocus $WID & xdotool key ctrl+shift+t'