From 29a815e43c48b737d8debb2733d767004cf5657a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 12 Jan 2022 13:59:46 +0100 Subject: [PATCH] Feat: update rofi theme place and add kanshs config --- sway/.config/kanshi/config | 25 +++++++++++++++++++++++++ sway/.config/rofi/config.rasi | 3 +-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 sway/.config/kanshi/config diff --git a/sway/.config/kanshi/config b/sway/.config/kanshi/config new file mode 100644 index 0000000..1261d98 --- /dev/null +++ b/sway/.config/kanshi/config @@ -0,0 +1,25 @@ +profile chanay { + output eDP-1 enable scale 1 + output "Optoma Corporation Optoma SVGA Q71P7100939" position 0,0 +} + +profile stex101 { + output eDP-1 enable scale 1 + output "Seiko Epson Corporation EPSON PJ 0x00000101" position 0,0 +} + + +profile maison { + output eDP-1 enable scale 1 position 320,1440 + output "Samsung Electric Company LS27A600U HNMR502540" position 0,0 +} + +profile bdp { + output eDP-1 enable scale 1 position 320,1440 + output "Dell Inc. DELL U3417W 660X87290G9L" position 0,0 +} + + +profile undocked { + output eDP-1 enable scale 1 +} diff --git a/sway/.config/rofi/config.rasi b/sway/.config/rofi/config.rasi index ad8a9aa..9a562d1 100644 --- a/sway/.config/rofi/config.rasi +++ b/sway/.config/rofi/config.rasi @@ -15,5 +15,4 @@ configuration { sidebar-mode: false; auto-select: false; } -//@theme "/usr/share/rofi/themes/gruvbox-dark.rasi" -@theme "/home/lafrite/.local/share/rofi/themes/spotlight-dark.rasi" +@theme "/home/lafrite/.local/share/rofi/rofi-themes-collection/themes/spotlight-dark.rasi"