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:
4
scripts/.bin/colors.sh
Executable file
4
scripts/.bin/colors.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
for i in {0..255} ; do
|
||||
printf "\x1b[38;5;${i}mcolour${i}\n"
|
||||
done
|
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
one-window 'gnome-terminal' 'xdotool windowfocus $WID & xdotool key ctrl+shift+t'
|
Reference in New Issue
Block a user