Update: added powermenu, minor bug fixes

This commit is contained in:
Keyitdev
2022-07-24 20:10:29 +02:00
parent a2d46e7b94
commit c3f992e4d6
7 changed files with 60 additions and 11 deletions
+2 -1
View File
@@ -116,6 +116,7 @@ bindsym $mod+a exec "rofi -show window -no-default-config -config ~/.config/rofi
bindsym $mod+d exec "rofi -show drun -no-default-config -config ~/.config/rofi/main.rasi"
bindsym $mod+s exec "rofi -show drun -no-default-config -config ~/.config/rofi/full_screen.rasi"
bindsym $mod+z exec "rofi -show  -modi ':rofi-bookmarks' -no-default-config -config ~/.config/rofi/main.rasi"
bindsym $mod+x exec "rofi-powermenu"
bindsym $mod+c exec "rofi-screenshot"
# take a screenshot
@@ -290,4 +291,4 @@ mode "$mode_gaps_outer" {
bindsym Return mode "default"
bindsym Escape mode "default"
}
}
+1 -1
View File
@@ -26,7 +26,7 @@ window {
border: 2px;
border-color: @br;
border-radius: 20px;
height: 32%;
height: 28%;
width: 25%;
location: center;
x-offset: 0;