From c9f5529396b5c1646781dd46bc9cd0348e202ef9 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 16 Sep 2022 20:34:04 +0200 Subject: [PATCH] changed from whatsapp natifier to whatsapp for linux --- qtile/.config/qtile/Groups.py | 2 +- screen-layout/.screenlayout/layout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qtile/.config/qtile/Groups.py b/qtile/.config/qtile/Groups.py index 5792536..8945251 100644 --- a/qtile/.config/qtile/Groups.py +++ b/qtile/.config/qtile/Groups.py @@ -48,7 +48,7 @@ groups.append( ), DropDown( 'WhatsApp', - 'whatsapp-nativefier', + 'whatsapp-for-linux', height = 0.5, width = 0.8, x = .1, diff --git a/screen-layout/.screenlayout/layout.sh b/screen-layout/.screenlayout/layout.sh index 79a2eab..d62e1cf 100755 --- a/screen-layout/.screenlayout/layout.sh +++ b/screen-layout/.screenlayout/layout.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 2080x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x660 --rotate left --output DP-0 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --output DP-4 --off --output DP-5 --off +xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 1807x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x660 --rotate left --output DP-0 --off --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off