switch back to rofi
This commit is contained in:
parent
18cae15ec4
commit
dea85a19f2
2 changed files with 8 additions and 52 deletions
|
@ -28,6 +28,11 @@ input * {
|
|||
xkb_options grp:win_space_toggle
|
||||
}
|
||||
|
||||
input 9011:26214:ydotoold_virtual_device {
|
||||
xkb_layout "us"
|
||||
xkb_variant ""
|
||||
}
|
||||
|
||||
input 9456:311:Metadot_-_Das_Keyboard_Das_Keyboard_Model_S xkb_model "pc105"
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
@ -53,9 +58,9 @@ font pango:$font
|
|||
# ------------------------------------------------------------------------------
|
||||
# Launcher
|
||||
# ------------------------------------------------------------------------------
|
||||
bindsym $mod+d exec --no-startup-id wofi --show drun
|
||||
bindsym $mod+x exec --no-startup-id wofi --show run
|
||||
bindsym $mod+o exec --no-startup-id wofipassmenu
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun
|
||||
bindsym $mod+x exec --no-startup-id rofi -show run
|
||||
bindsym $mod+o exec --no-startup-id rofi-pass
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Window management
|
||||
|
|
|
@ -1,49 +0,0 @@
|
|||
window {
|
||||
margin: 2px;
|
||||
border: 2px solid #1f222d;
|
||||
background-color: #1f222d;
|
||||
font-family: 'Roboto Regular';
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 2px;
|
||||
border: 2px solid #252936;
|
||||
background-color: #252936;
|
||||
color: #7780a1;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 2px;
|
||||
border: 2px solid #252936;
|
||||
background-color: #252936;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 2px;
|
||||
border: 2px solid #1f222d;
|
||||
background-color: #1f222d;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 2px;
|
||||
margin-top: 4px;
|
||||
border: 2px solid #252936;
|
||||
background-color: #252936;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#text {
|
||||
color: #7780a1;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#entry {}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #1f222d;
|
||||
}
|
Loading…
Reference in a new issue