diff --git a/.config/sway/config##template b/.config/sway/config##template index 498d3d5..e3fdd33 100644 --- a/.config/sway/config##template +++ b/.config/sway/config##template @@ -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 diff --git a/.config/wofi/style.css b/.config/wofi/style.css deleted file mode 100644 index b092005..0000000 --- a/.config/wofi/style.css +++ /dev/null @@ -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; -} \ No newline at end of file