asdf
This commit is contained in:
parent
39526588cf
commit
d6a40b0a31
@ -13,7 +13,7 @@ tiling_drag modifier
|
|||||||
#exec base
|
#exec base
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec kitty
|
||||||
bindsym $mod+Shift+q kill
|
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
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
@theme "ayu-retro"
|
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
font: "Iosevka SS14 12";
|
font: "Iosevka SS14 12";
|
||||||
show-icons: false;
|
show-icons: true;
|
||||||
modi: "drun,run";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@theme "ayu-retro"
|
||||||
|
|||||||
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
options="Lock\nLogout\nShutdown\nReboot\nCancel"
|
options="Lock\nLogout\nShutdown\nReboot\nCancel"
|
||||||
chosen=$(echo -e "$options" | rofi -dmenu \
|
chosen=$(echo -e "$options" | rofi -dmenu \
|
||||||
-p ":>" \
|
-p ":>" -show power -lines 5)
|
||||||
-lines 5)
|
|
||||||
|
|
||||||
case "$chosen" in
|
case "$chosen" in
|
||||||
*Lock) i3lock -c 000000 ;;
|
*Lock) i3lock -c 000000 ;;
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
height: 10em;
|
height: 6em;
|
||||||
width: 30em;
|
width: 30em;
|
||||||
location: north;
|
location: north;
|
||||||
anchor: north;
|
anchor: north;
|
||||||
@ -72,7 +72,7 @@ mainbox {
|
|||||||
listview {
|
listview {
|
||||||
padding: 0em 0.4em 0em 1em;
|
padding: 0em 0.4em 0em 1em;
|
||||||
dynamic: false;
|
dynamic: false;
|
||||||
lines: 0;
|
lines: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user