From d4b1e542411ca5da1747bb3d143d5d3e65e8086e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 24 Aug 2019 13:19:08 -0400 Subject: [PATCH 1/5] Add Salut to radiotray bookmarks --- .../.config/radiotray-ng/bookmarks.json | 58 ++++++++++--------- .../radiotray-ng/rtng-bookmark-editor.cfg | 8 +-- 2 files changed, 36 insertions(+), 30 deletions(-) diff --git a/radiotray-ng/.config/radiotray-ng/bookmarks.json b/radiotray-ng/.config/radiotray-ng/bookmarks.json index 19dfe0e..24ebb83 100644 --- a/radiotray-ng/.config/radiotray-ng/bookmarks.json +++ b/radiotray-ng/.config/radiotray-ng/bookmarks.json @@ -1,28 +1,34 @@ [ - { - "image": "", - "group": "root", - "stations": [ - { - "url": "https://stream.unbl.ink/mopidy", - "image": "", - "name": "Unblink" - }, - { - "url": "https://playerservices.streamtheworld.com/api/livestream-redirect/WMEAFM.mp3", - "image": "", - "name": "Maine Public" - }, - { - "url": "http://anonradio.net:8000/anonradio", - "image": "", - "name": "Anonradio" - }, - { - "url": "http://radio.tildeverse.org/radio/8000/radio.mp3", - "image": "", - "name": "Tildeverse" - } - ] - } + { + "group" : "root", + "image" : "", + "stations" : [ + { + "image" : "", + "name" : "Unblink", + "url" : "https://stream.unbl.ink/mopidy" + }, + { + "image" : "", + "name" : "Maine Public", + "url" : "https://playerservices.streamtheworld.com/api/livestream-redirect/WMEAFM.mp3" + }, + { + "image" : "", + "name" : "Anonradio", + "url" : "http://anonradio.net:8000/anonradio" + }, + { + "image" : "", + "name" : "Tildeverse", + "url" : "http://radio.tildeverse.org/radio/8000/radio.mp3" + }, + { + "image" : "", + "name" : "Salut", + "notifications" : true, + "url" : "http://www.salutcestcool.com/radio/playlist.m3u" + } + ] + } ] diff --git a/radiotray-ng/.config/radiotray-ng/rtng-bookmark-editor.cfg b/radiotray-ng/.config/radiotray-ng/rtng-bookmark-editor.cfg index 80437a0..fb21331 100644 --- a/radiotray-ng/.config/radiotray-ng/rtng-bookmark-editor.cfg +++ b/radiotray-ng/.config/radiotray-ng/rtng-bookmark-editor.cfg @@ -1,9 +1,9 @@ [main] x=1282 -y=509 -w=1267 -h=1353 -split=291 +y=29 +w=627 +h=991 +split=163 [group] col1=160 [station] From d568f7f3507a5dc11eca7262251ee72a37ad0318 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 24 Aug 2019 13:19:26 -0400 Subject: [PATCH 2/5] Update ssh port for git.unbl.ink --- ssh/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 1cc2b23..86ad617 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -9,7 +9,7 @@ Host * # Home Gitea account: Host git.unbl.ink - Port 2200 + Port 222 User git IdentityFile ~/.ssh/1904_powellc PreferredAuthentications publickey From 7f1001db2d057e7dc28155819ccfc327ab0fe292 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 24 Aug 2019 13:21:22 -0400 Subject: [PATCH 3/5] Moving screens around --- screenlayout/.screenlayout/office.sh | 2 -- screenlayout/.screenlayout/three.sh | 3 --- screenlayout/.screenlayout/{single.sh => titan-one.sh} | 2 -- screenlayout/.screenlayout/titan-two.sh | 3 +++ screenlayout/.screenlayout/townhall.sh | 2 -- screenlayout/.screenlayout/two.sh | 2 -- 6 files changed, 3 insertions(+), 11 deletions(-) delete mode 100755 screenlayout/.screenlayout/office.sh delete mode 100755 screenlayout/.screenlayout/three.sh rename screenlayout/.screenlayout/{single.sh => titan-one.sh} (58%) create mode 100755 screenlayout/.screenlayout/titan-two.sh delete mode 100755 screenlayout/.screenlayout/townhall.sh delete mode 100755 screenlayout/.screenlayout/two.sh diff --git a/screenlayout/.screenlayout/office.sh b/screenlayout/.screenlayout/office.sh deleted file mode 100755 index 929f773..0000000 --- a/screenlayout/.screenlayout/office.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off diff --git a/screenlayout/.screenlayout/three.sh b/screenlayout/.screenlayout/three.sh deleted file mode 100755 index 00ed4bc..0000000 --- a/screenlayout/.screenlayout/three.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 4480x0 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x176 --rotate normal --output DP-2 --mode 2560x1440 --pos 1920x0 --rotate normal -setxkbmap -option caps:escape & diff --git a/screenlayout/.screenlayout/single.sh b/screenlayout/.screenlayout/titan-one.sh similarity index 58% rename from screenlayout/.screenlayout/single.sh rename to screenlayout/.screenlayout/titan-one.sh index de0cd8e..2742296 100755 --- a/screenlayout/.screenlayout/single.sh +++ b/screenlayout/.screenlayout/titan-one.sh @@ -1,5 +1,3 @@ #!/bin/sh xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off setxkbmap -option caps:escape & -#xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics ClickPad" 0 & -#xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 & diff --git a/screenlayout/.screenlayout/titan-two.sh b/screenlayout/.screenlayout/titan-two.sh new file mode 100755 index 0000000..4c06cf8 --- /dev/null +++ b/screenlayout/.screenlayout/titan-two.sh @@ -0,0 +1,3 @@ +#!/bin/sh +xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x360 --rotate normal --output DP-2 --off +setxkbmap -option caps:escape & diff --git a/screenlayout/.screenlayout/townhall.sh b/screenlayout/.screenlayout/townhall.sh deleted file mode 100755 index 010fc08..0000000 --- a/screenlayout/.screenlayout/townhall.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x600 --rotate normal --output DP-2 --mode 1680x1050 --pos 1920x0 --rotate left diff --git a/screenlayout/.screenlayout/two.sh b/screenlayout/.screenlayout/two.sh deleted file mode 100755 index 929f773..0000000 --- a/screenlayout/.screenlayout/two.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off From b74f7d1242d8cfa8fb9121ec94281b487fde2309 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 24 Aug 2019 13:21:44 -0400 Subject: [PATCH 4/5] Update #fish functions for screens --- fish/.config/fish/functions/1screen.fish | 3 --- fish/.config/fish/functions/p1.fish | 3 +++ fish/.config/fish/functions/p2.fish | 3 +++ fish/.config/fish/functions/t1.fish | 3 +++ fish/.config/fish/functions/t2.fish | 3 +++ 5 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 fish/.config/fish/functions/1screen.fish create mode 100644 fish/.config/fish/functions/p1.fish create mode 100644 fish/.config/fish/functions/p2.fish create mode 100644 fish/.config/fish/functions/t1.fish create mode 100644 fish/.config/fish/functions/t2.fish diff --git a/fish/.config/fish/functions/1screen.fish b/fish/.config/fish/functions/1screen.fish deleted file mode 100644 index 084ab02..0000000 --- a/fish/.config/fish/functions/1screen.fish +++ /dev/null @@ -1,3 +0,0 @@ -function 1screen - ~/.screenlayout/single.sh -end diff --git a/fish/.config/fish/functions/p1.fish b/fish/.config/fish/functions/p1.fish new file mode 100644 index 0000000..5fd5222 --- /dev/null +++ b/fish/.config/fish/functions/p1.fish @@ -0,0 +1,3 @@ +function p1 + ~/.screenlayout/prometheus-one.sh +end diff --git a/fish/.config/fish/functions/p2.fish b/fish/.config/fish/functions/p2.fish new file mode 100644 index 0000000..b533bd6 --- /dev/null +++ b/fish/.config/fish/functions/p2.fish @@ -0,0 +1,3 @@ +function p2 + ~/.screenlayout/prometheus-two.sh +end diff --git a/fish/.config/fish/functions/t1.fish b/fish/.config/fish/functions/t1.fish new file mode 100644 index 0000000..9b9091b --- /dev/null +++ b/fish/.config/fish/functions/t1.fish @@ -0,0 +1,3 @@ +function t1 + ~/.screenlayout/titan-one.sh +end diff --git a/fish/.config/fish/functions/t2.fish b/fish/.config/fish/functions/t2.fish new file mode 100644 index 0000000..ed4e9af --- /dev/null +++ b/fish/.config/fish/functions/t2.fish @@ -0,0 +1,3 @@ +function t2 + ~/.screenlayout/titan-two.sh +end From fc4156292922e235078baea591e07d50d8d78ec3 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 24 Aug 2019 13:22:04 -0400 Subject: [PATCH 5/5] Update font sizes in #emacs --- emacs/.config/doom/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 093c979..e0030e0 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -14,7 +14,7 @@ ;; Fonts (setq doom-font (font-spec :family "Iosevka" :size 12)) -(setq doom-big-font (font-spec :family "Iosevka" :size 22)) +(setq doom-big-font (font-spec :family "Iosevka" :size 20)) ;; Host-specific config @@ -83,6 +83,7 @@ (:prefix "t" :desc "Switch themes" "t" #'load-theme) (:prefix "o" + :desc "Open imenu" "i" #'lsp-ui-imenu :desc "Elfeed feed reader" "f" #'elfeed :desc "Lobste.rs" "l" #'ivy-lobsters :desc "Compose an email" "c" #'notmuch-mua-new-mail)