Update rofi collection script
This commit is contained in:
@@ -33,6 +33,16 @@ exec = hyprctl setcursor oreo_spark_blue_cursors 36
|
||||
env = HYPRCURSOR_THEME, Oreo_spark_blue_cursor
|
||||
env = X_CURSOR_THEME, Oreo_spark_blue_cursor
|
||||
env = XCURSOR_SIZE,24
|
||||
env = ELECTRON_ENABLE_HIGHDPI_SUPPORT, 1
|
||||
env = XDG_SESSION_TYPE, wayland
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
# env = QT_QPA_PLATFORM_THEME,qt6ct
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
||||
env = GDK_SCALE,2
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
# Volume control
|
||||
bind = ,code:123, exec, pamixer -i 5
|
||||
|
13
laptop/configs/rofi/config.rasi
Executable file
13
laptop/configs/rofi/config.rasi
Executable file
@@ -0,0 +1,13 @@
|
||||
/** Basic config file **/
|
||||
|
||||
configuration {
|
||||
show-icons: true;
|
||||
icon-theme: "Candy";
|
||||
display-drun: "";
|
||||
display-run: "🏃🏽♂️ ";
|
||||
display-window: "🗔 ";
|
||||
display-combi: "🔎 ";
|
||||
dpi: 160;
|
||||
}
|
||||
|
||||
@theme "themes/mcLarenTheme.rasi"
|
Reference in New Issue
Block a user