diff options
-rw-r--r-- | .config/i3/config##h.lowe | 2 | ||||
-rw-r--r-- | .config/i3/config##h.luchs | 2 | ||||
-rw-r--r-- | .config/i3/config##h.maus | 2 | ||||
-rw-r--r-- | .config/picom/picom.conf##h.maus | 3 |
4 files changed, 4 insertions, 5 deletions
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 | |||
87 | # start a terminal | 87 | # start a terminal |
88 | bindsym $mod+Return exec kitty | 88 | bindsym $mod+Return exec kitty |
89 | # start rofi with mod+s | 89 | # start rofi with mod+s |
90 | bindcode $mod+40 exec rofi -show combi | 90 | bindcode $mod+40 exec rofi -show drun |
91 | # launch the poweroff menu | 91 | # launch the poweroff menu |
92 | bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh | 92 | bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh |
93 | 93 | ||
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 | |||
111 | # start a terminal | 111 | # start a terminal |
112 | bindsym $mod+Return exec kitty | 112 | bindsym $mod+Return exec kitty |
113 | # start rofi with mod+s | 113 | # start rofi with mod+s |
114 | bindcode $mod+40 exec rofi -show combi | 114 | bindcode $mod+40 exec rofi -show drun |
115 | # launch the poweroff menu | 115 | # launch the poweroff menu |
116 | bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh | 116 | bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh |
117 | 117 | ||
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 | |||
98 | # start a terminal | 98 | # start a terminal |
99 | bindsym $mod+Return exec kitty | 99 | bindsym $mod+Return exec kitty |
100 | # start rofi with mod+s | 100 | # start rofi with mod+s |
101 | bindcode $mod+40 exec rofi -show combi | 101 | bindcode $mod+40 exec rofi -show drun |
102 | # launch the poweroff menu | 102 | # launch the poweroff menu |
103 | bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh | 103 | bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh |
104 | 104 | ||
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"; | |||
3 | log-file = "/home/yigit/.local/share/picom/picom.log"; | 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; |
4 | 4 | ||
5 | # shadow | 5 | # shadow |
6 | shadow = false; | 6 | shadow = true; |
7 | shadow-radius = 0; | 7 | shadow-radius = 0; |
8 | shadow-offset-x = 5; | 8 | shadow-offset-x = 5; |
9 | shadow-offset-y = 5; | 9 | shadow-offset-y = 5; |
@@ -13,7 +13,6 @@ shadow-exclude = [ | |||
13 | "name = 'Notification'", | 13 | "name = 'Notification'", |
14 | "class_g = 'Conky'", | 14 | "class_g = 'Conky'", |
15 | "class_g = 'Dunst'", | 15 | "class_g = 'Dunst'", |
16 | "class_g = 'Rofi'", | ||
17 | "_GTK_FRAME_EXTENTS@:c" | 16 | "_GTK_FRAME_EXTENTS@:c" |
18 | ]; | 17 | ]; |
19 | 18 | ||