From 15bfe4119196391878f8fa2d806c6239af8f82ee Mon Sep 17 00:00:00 2001 From: klg Date: Wed, 3 Nov 2021 15:03:19 +0100 Subject: [PATCH] feat: add ssh rofi --- config | 1 + i3status-rs-config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index e8c6dbc..96633d0 100644 --- a/config +++ b/config @@ -58,6 +58,7 @@ bindsym Mod4+Shift+space floating toggle bindsym Mod4+Tab workspace next bindsym Mod4+Up focus up bindsym Mod4+d exec /usr/bin/rofi -show drun +bindsym Mod4+a exec /usr/bin/rofi -show ssh bindsym Mod4+e layout toggle split bindsym Mod4+f fullscreen toggle bindsym Mod4+h split h diff --git a/i3status-rs-config.toml b/i3status-rs-config.toml index 07549d0..7cd7941 100644 --- a/i3status-rs-config.toml +++ b/i3status-rs-config.toml @@ -1,4 +1,4 @@ -icons = "awesome" +#icons = "awesome5" [theme] name = "solarized-dark"