This commit is contained in:
fatmeat 2025-05-11 19:26:58 +02:00
parent 39526588cf
commit d6a40b0a31
4 changed files with 7 additions and 9 deletions

View File

@ -13,7 +13,7 @@ tiling_drag modifier
#exec base
bindsym $mod+Return exec kitty
bindsym $mod+Shift+q kill
bindsym $mod+d exec rofi -combi-modi window,drun -show combi -p ":>"
bindsym $mod+d exec --no-startup-id rofi -show drun -p ":>"
# change focus
bindsym $mod+j focus left

View File

@ -1,8 +1,7 @@
@theme "ayu-retro"
configuration {
font: "Iosevka SS14 12";
show-icons: false;
modi: "drun,run";
show-icons: true;
}
@theme "ayu-retro"

View File

@ -2,8 +2,7 @@
options="Lock\nLogout\nShutdown\nReboot\nCancel"
chosen=$(echo -e "$options" | rofi -dmenu \
-p ":>" \
-lines 5)
-p ":>" -show power -lines 5)
case "$chosen" in
*Lock) i3lock -c 000000 ;;

View File

@ -37,7 +37,7 @@
}
window {
height: 10em;
height: 6em;
width: 30em;
location: north;
anchor: north;
@ -72,7 +72,7 @@ mainbox {
listview {
padding: 0em 0.4em 0em 1em;
dynamic: false;
lines: 0;
lines: 5;
}
element-text {