From a0d0369640dbdf7aa64009556bc23e6252dfbb4c Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 30 Oct 2021 19:36:17 +0300 Subject: rofi: finishing touches --- .config/i3/config##h.lowe | 2 +- .config/i3/config##h.luchs | 2 +- .config/i3/config##h.maus | 2 +- .config/picom/picom.conf##h.maus | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) (limited to '.config') diff --git a/.config/i3/config##h.lowe b/.config/i3/config##h.lowe index c242348..b7bed0f 100644 --- a/.config/i3/config##h.lowe +++ b/.config/i3/config##h.lowe @@ -87,7 +87,7 @@ bindcode $mod+Shift+41 exec thunar # start a terminal bindsym $mod+Return exec kitty # start rofi with mod+s -bindcode $mod+40 exec rofi -show combi +bindcode $mod+40 exec rofi -show drun # launch the poweroff menu bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh diff --git a/.config/i3/config##h.luchs b/.config/i3/config##h.luchs index 081a614..0c9a999 100644 --- a/.config/i3/config##h.luchs +++ b/.config/i3/config##h.luchs @@ -111,7 +111,7 @@ bindcode $mod+Shift+41 exec thunar # start a terminal bindsym $mod+Return exec kitty # start rofi with mod+s -bindcode $mod+40 exec rofi -show combi +bindcode $mod+40 exec rofi -show drun # launch the poweroff menu bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh diff --git a/.config/i3/config##h.maus b/.config/i3/config##h.maus index 9b2c518..79fd690 100644 --- a/.config/i3/config##h.maus +++ b/.config/i3/config##h.maus @@ -98,7 +98,7 @@ bindcode $mod+Shift+41 exec thunar # start a terminal bindsym $mod+Return exec kitty # start rofi with mod+s -bindcode $mod+40 exec rofi -show combi +bindcode $mod+40 exec rofi -show drun # launch the poweroff menu bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh diff --git a/.config/picom/picom.conf##h.maus b/.config/picom/picom.conf##h.maus index c47bd7f..4cc1846 100644 --- a/.config/picom/picom.conf##h.maus +++ b/.config/picom/picom.conf##h.maus @@ -3,7 +3,7 @@ log-level = "warn"; log-file = "/home/yigit/.local/share/picom/picom.log"; # shadow -shadow = false; +shadow = true; shadow-radius = 0; shadow-offset-x = 5; shadow-offset-y = 5; @@ -13,7 +13,6 @@ shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g = 'Dunst'", - "class_g = 'Rofi'", "_GTK_FRAME_EXTENTS@:c" ]; -- cgit v1.2.3-61-g4310