update rofi with a better config, add font size to alacritty, and add polkit agent for sway
This commit is contained in:
parent
ae08c4f3a9
commit
fe55e8d595
4 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
rofi.theme: /usr/share/rofi/themes/gruvbox-dark.rasi
|
6
home/.config/rofi/config.rasi
Normal file
6
home/.config/rofi/config.rasi
Normal file
|
@ -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";
|
||||
}
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue