parent
c0dd91a9aa
commit
c0e4f0c296
|
@ -43,8 +43,8 @@ bindsym $mod+i exec scripts/waybar/waybar-todo.sh
|
||||||
# Add Shift: resize mode ($mod + right-mouse is easier)
|
# Add Shift: resize mode ($mod + right-mouse is easier)
|
||||||
bindsym $mod+Shift+i mode "resize"
|
bindsym $mod+Shift+i mode "resize"
|
||||||
|
|
||||||
# Index: start wofi (launch applications)
|
# Index: start tofi (launch applications)
|
||||||
bindsym $mod+u exec $HOME/scripts/wofi/wofi-drun.sh
|
bindsym $mod+u exec $HOME/scripts/tofi/tofi-drun.sh
|
||||||
# Add Shift: Alternative launcher for literal commands
|
# Add Shift: Alternative launcher for literal commands
|
||||||
bindsym $mod+Shift+u exec $HOME/.local/bin/gmrun
|
bindsym $mod+Shift+u exec $HOME/.local/bin/gmrun
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Functions
|
||||||
|
drun-launch=true
|
||||||
|
fuzzy-match=true
|
||||||
|
|
||||||
|
# Box
|
||||||
|
anchor=left
|
||||||
|
width=300px
|
||||||
|
|
||||||
|
# Spacing
|
||||||
|
padding-top=0
|
||||||
|
padding-right=0
|
||||||
|
padding-left=0
|
||||||
|
padding-bottom=0
|
||||||
|
border-width=0
|
||||||
|
outline-width=0
|
||||||
|
selection-background-padding=0,-1
|
||||||
|
|
||||||
|
# Text
|
||||||
|
font-size=11
|
||||||
|
font="Anonymous Pro"
|
||||||
|
|
||||||
|
# Color
|
||||||
|
text-color=EBDBB2
|
||||||
|
background-color=282828
|
||||||
|
selection-background=EBDBB2
|
||||||
|
selection-color=282828
|
||||||
|
selection-match-color=CC240A
|
Loading…
Reference in New Issue