aboutsummaryrefslogtreecommitdiffstats
path: root/i3
diff options
context:
space:
mode:
authorjason2023-10-06 17:07:32 -0600
committerjason2023-10-06 17:07:32 -0600
commit2e1da5dea91c3ccac5e32be77f0c06e27cff727a (patch)
treec5ab26ea67b5174f3381d4390a656db1d23a98fc /i3
parent6d2891a5a149ad4319c79657631ddf955c856df7 (diff)
downloaddotfiles-2e1da5dea91c3ccac5e32be77f0c06e27cff727a.tar.gz
dotfiles-2e1da5dea91c3ccac5e32be77f0c06e27cff727a.zip
float flameshot open with.. window in i3
Diffstat (limited to 'i3')
-rw-r--r--i3/.config/i3/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 4e01af1..bdcc303 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -182,6 +182,10 @@ bar {
182} 182}
183#exec_always --no-startup-id $HOME/bin/polybar-launch.sh 183#exec_always --no-startup-id $HOME/bin/polybar-launch.sh
184 184
185# Use xprop and xwininfo to get the info necessary
186#
187# Flameshot Open With... dialog
188for_window [class="flameshot" title="Open With"] floating enable;
185# Intellij splash screen float 189# Intellij splash screen float
186for_window [class="jetbrains-idea" title="win0"] floating enable; 190for_window [class="jetbrains-idea" title="win0"] floating enable;
187# Fix dialog windows so they don't get left behind 191# Fix dialog windows so they don't get left behind