From 41bcd3f42235a4fcb5c5e356877935be78716ac8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 25 Feb 2021 23:46:33 -0500 Subject: switch to tdrop for dropdown terminals --- config/i3/config | 5 ++--- services/available/kuake/log/run | 3 --- services/available/kuake/run | 4 ---- services/available/urxvtd/log/run | 3 --- services/available/urxvtd/run | 3 --- xbindkeysrc | 3 +++ 6 files changed, 5 insertions(+), 16 deletions(-) delete mode 100755 services/available/kuake/log/run delete mode 100755 services/available/kuake/run delete mode 100755 services/available/urxvtd/log/run delete mode 100755 services/available/urxvtd/run diff --git a/config/i3/config b/config/i3/config index 7ff71f9..ad1172b 100644 --- a/config/i3/config +++ b/config/i3/config @@ -13,9 +13,8 @@ floating_maximum_size -1 x -1 focus_wrapping no -for_window [instance="urxvt-kuake"] floating enable -for_window [instance="urxvt-kuake"] sticky enable -for_window [instance="urxvt-kuake"] move absolute position 0 px 0 px +for_window [instance="Alacritty-tdrop"] floating enable +for_window [instance="Alacritty-tdrop"] sticky enable for_window [class="Steam"] floating enable for_window [class="ArenaTracker"] floating enable diff --git a/services/available/kuake/log/run b/services/available/kuake/log/run deleted file mode 100755 index c3838ba..0000000 --- a/services/available/kuake/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec multilog t s16777215 $HOME/.log/kuake diff --git a/services/available/kuake/run b/services/available/kuake/run deleted file mode 100755 index 5ea5756..0000000 --- a/services/available/kuake/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd || exit 1 -exec urxvt -pe "kuake" -g 80x24 -name urxvt-kuake -e tmux new -As kuake diff --git a/services/available/urxvtd/log/run b/services/available/urxvtd/log/run deleted file mode 100755 index afb8da5..0000000 --- a/services/available/urxvtd/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec multilog t s16777215 $HOME/.log/urxvtd diff --git a/services/available/urxvtd/run b/services/available/urxvtd/run deleted file mode 100755 index 652d2a4..0000000 --- a/services/available/urxvtd/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec urxvtd 2>&1 diff --git a/xbindkeysrc b/xbindkeysrc index f6a35ef..fd5ca1e 100644 --- a/xbindkeysrc +++ b/xbindkeysrc @@ -43,6 +43,9 @@ "[ $(rfkill --output type,soft | grep wlan | awk '{print $2}') = 'unblocked' ] && sudo rfkill block wlan || sudo rfkill unblock wlan" XF86WLAN +"env WINIT_X11_SCALE_FACTOR=1 tdrop -w 724 -h 436 alacritty --class Alacritty-tdrop -e tmux" + XF86Tools + "xset dpms force off" XF86Search -- cgit v1.2.3-54-g00ecf