diff --git a/home/.config/alacritty/alacritty.yml b/home/.config/alacritty/alacritty.yml index 1bf270b..75313a6 100644 --- a/home/.config/alacritty/alacritty.yml +++ b/home/.config/alacritty/alacritty.yml @@ -150,7 +150,7 @@ font: #style: Bold Italic # Point size - #size: 11.0 + size: 11.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter diff --git a/home/.config/rofi/config b/home/.config/rofi/config deleted file mode 100644 index a6d8dc0..0000000 --- a/home/.config/rofi/config +++ /dev/null @@ -1 +0,0 @@ -rofi.theme: /usr/share/rofi/themes/gruvbox-dark.rasi diff --git a/home/.config/rofi/config.rasi b/home/.config/rofi/config.rasi new file mode 100644 index 0000000..e0df78e --- /dev/null +++ b/home/.config/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + theme: "/usr/share/rofi/themes/gruvbox-dark.rasi"; + font: "Source Code Pro 12"; + modi: "window,drun,ssh,combi,calc"; + combi-modi: "window,drun,ssh"; +} diff --git a/home/.config/sway/config b/home/.config/sway/config index be0ec8b..de62c76 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -7,6 +7,7 @@ ### Startup exec wl-paste -t text --watch clipman store exec nm-applet --indicator +exec lxqt-policykit exec blueman-applet exec nextcloud exec signal-desktop @@ -26,7 +27,7 @@ set $term alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | rofi -dmenu | xargs swaymsg exec -- +set $menu dmenu_path | rofi -show combi | xargs swaymsg exec -- ### Output configuration #