mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 19:59:21 +01:00
Xresources & i3: make rofi transparentish
via https://www.reddit.com/r/unixporn/comments/8hhwk7/transparency_rofi_on_i3/dykkejs
This commit is contained in:
parent
a2a480ba76
commit
1805437c74
@ -358,3 +358,10 @@ URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||
*color13: S_violet
|
||||
*color14: S_base1
|
||||
*color15: S_base3
|
||||
|
||||
! Transparency https://www.reddit.com/r/unixporn/comments/8hhwk7/transparency_rofi_on_i3/dykkejs
|
||||
rofi.color-enabled: true
|
||||
rofi.color-window: argb:cc2f343f, argb:cc2f343f, argb:cc2f343f
|
||||
rofi.color-normal: argb:002f343f, #d8dee8, argb:002f343f, argb:002f343f, #bf616a
|
||||
rofi.color-active: #2f343f, #b48ead, #2f343f, #2f343f, #93e5cc
|
||||
rofi.color-urgent: #2f343f, #ebcb8b, #2f343f, #2f343f, #ebcb8b
|
||||
|
@ -38,7 +38,7 @@ bindsym $mod+Shift+q kill
|
||||
# wrapper around dmenu supporting .desktop (flatpak)
|
||||
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||
# supposedly more than 25 times faster
|
||||
bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --display-binary --no-generic --dmenu="rofi -dmenu -i -theme solarized" --term="urxvt"
|
||||
bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --display-binary --no-generic --dmenu="rofi -dmenu -i" --term="urxvt"
|
||||
#bindsym $mod+d exec --no-startup-id rofi -show drun
|
||||
|
||||
# change focus
|
||||
@ -175,8 +175,8 @@ bindsym Control+$mod+l exec i3lock -n -c 7F00FF
|
||||
bindsym $mod+Escape exec "i3lock; sudo /usr/sbin/hibernate"
|
||||
bindsym $mod+x [urgent=latest] focus
|
||||
# alt-tab
|
||||
bindsym Mod1+Tab exec --no-startup-id rofi -show window -theme solarized
|
||||
bindsym $mod+g exec --no-startup-id rofi -show window -theme solarized
|
||||
bindsym Mod1+Tab exec --no-startup-id rofi -show window
|
||||
bindsym $mod+g exec --no-startup-id rofi -show window
|
||||
|
||||
# Media keys
|
||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||
|
Loading…
Reference in New Issue
Block a user