i3: floating

This commit is contained in:
Michael Grote 2021-07-04 19:27:57 +02:00
parent 7ba20b1cd3
commit bc8432e789
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@ bindsym $mod1+l exec --no-startup-id /home/mg/dotfiles/i3/scripte/lock.sh
# dimm screen
exec_always --no-startup-id /home/mg/dotfiles/i3/scripte/dimming.sh
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet
@ -167,6 +166,6 @@ bindsym $mod1+Return exec alacritty
exec --no-startup-id /usr/bin/nextcloud
# starte "taschenrechner" immer als floating windows
for_window [title="Taschenrechner"] floating enable
for_window [class="Gnome-calculator" id=25165832 instance="gnome-calculator" title="Taschenrechner" window_role="gnome-calculator"] floating enable
#for_window [window_role="About"] floating enable

0
i3/scripte/check_floating.sh Normal file → Executable file
View file