diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/kitty/kitty.conf | 4 | ||||
| -rw-r--r-- | .config/picom/picom.conf | 55 |
2 files changed, 41 insertions, 18 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index faebccb..0c267b0 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
| @@ -35,7 +35,7 @@ wheel_scroll_multiplier 5.0 | |||
| 35 | 35 | ||
| 36 | url_color #2aa889 | 36 | url_color #2aa889 |
| 37 | url_style curly | 37 | url_style curly |
| 38 | open_url_with brave | 38 | open_url_with firefox |
| 39 | mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url | 39 | mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_click_url |
| 40 | 40 | ||
| 41 | #: }}} | 41 | #: }}} |
| @@ -75,6 +75,8 @@ inactive_tab_font_style normal | |||
| 75 | 75 | ||
| 76 | include rose-pine.conf | 76 | include rose-pine.conf |
| 77 | 77 | ||
| 78 | background_opacity 0.8 | ||
| 79 | |||
| 78 | #: }}} | 80 | #: }}} |
| 79 | 81 | ||
| 80 | #: Advanced {{{ | 82 | #: Advanced {{{ |
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 035c4fd..93022a9 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf | |||
| @@ -3,18 +3,39 @@ 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 = true; | 6 | shadow = false; |
| 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; |
| 10 | shadow-opacity = 0.8; | 10 | shadow-opacity = 0.8; |
| 11 | 11 | ||
| 12 | corner-radius = 25.0; | ||
| 13 | rounded-corners-exclude = [ | ||
| 14 | #"window_type = 'normal'", | ||
| 15 | "class_g = 'URxvt'", | ||
| 16 | "class_g = 'XTerm'", | ||
| 17 | "class_g = 'Polybar'", | ||
| 18 | "class_g = 'code-oss'", | ||
| 19 | #"class_g = 'TelegramDesktop'", | ||
| 20 | "class_g = 'firefox'", | ||
| 21 | "class_g = 'Thunderbird'", | ||
| 22 | ]; | ||
| 23 | |||
| 24 | blur: | ||
| 25 | { | ||
| 26 | method = "kawase"; | ||
| 27 | strength = 7; | ||
| 28 | background = false; | ||
| 29 | background-frame = false; | ||
| 30 | background-fixed = false; | ||
| 31 | } | ||
| 32 | |||
| 12 | shadow-exclude = [ | 33 | shadow-exclude = [ |
| 13 | "name = 'Notification'", | 34 | "name = 'Notification'", |
| 14 | "class_g = 'Conky'", | 35 | "class_g = 'Conky'", |
| 15 | "class_g = 'Dunst'", | 36 | "class_g = 'Dunst'", |
| 16 | "class_g = 'Rofi'", | 37 | "class_g = 'Rofi'", |
| 17 | "_GTK_FRAME_EXTENTS@:c" | 38 | "_GTK_FRAME_EXTENTS@:c" |
| 18 | ]; | 39 | ]; |
| 19 | 40 | ||
| 20 | # opacity | 41 | # opacity |
| @@ -25,12 +46,12 @@ inactive-opacity-override = false; | |||
| 25 | inactive-dim = 0.0; | 46 | inactive-dim = 0.0; |
| 26 | 47 | ||
| 27 | opacity-rule = [ | 48 | opacity-rule = [ |
| 28 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | 49 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", |
| 29 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | 50 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", |
| 30 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | 51 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", |
| 31 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | 52 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", |
| 32 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | 53 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", |
| 33 | "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | 54 | "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" |
| 34 | ]; | 55 | ]; |
| 35 | 56 | ||
| 36 | # fading | 57 | # fading |
| @@ -62,9 +83,9 @@ xrender-sync-fence = true; | |||
| 62 | # window type settings | 83 | # window type settings |
| 63 | wintypes: | 84 | wintypes: |
| 64 | { | 85 | { |
| 65 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | 86 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; |
| 66 | dock = { shadow = false; } | 87 | dock = { shadow = false; } |
| 67 | dnd = { shadow = false; } | 88 | dnd = { shadow = false; } |
| 68 | popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; } | 89 | popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; } |
| 69 | dropdown_menu = { opacity = 1; } | 90 | dropdown_menu = { opacity = 1; } |
| 70 | }; | 91 | }; |
