diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-01 11:07:18 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-01 11:07:18 +0900 |
| commit | 9dab3c204048bc2285c723222fdcf86e2f7e6e21 (patch) | |
| tree | a3fa14c20f9940ed0d900565f27508896329107a /config | |
| parent | 26817ca76887d6e40786386a3521a81de9cbe459 (diff) | |
updated for Debian-hyprland rofi
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config-powermenu.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config-powermenu.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config-powermenu.rasi | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index 409bbb04..3a84a306 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -21,6 +21,8 @@ window { width: 250px; height: 500px; x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; border: 2px; diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi index 409bbb04..3a84a306 100644 --- a/config/rofi/resolution/1080p/config-powermenu.rasi +++ b/config/rofi/resolution/1080p/config-powermenu.rasi @@ -21,6 +21,8 @@ window { width: 250px; height: 500px; x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; border: 2px; diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi index 409bbb04..3a84a306 100644 --- a/config/rofi/resolution/1440p/config-powermenu.rasi +++ b/config/rofi/resolution/1440p/config-powermenu.rasi @@ -21,6 +21,8 @@ window { width: 250px; height: 500px; x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; border: 2px; |
