🖼 Styled Rofi, calc and disk apps, gcc

- Formatted theme for Rofi
- Moved Rofi config to .rasi file, because of troubles styling with programs.rofi
- Added gnome-calculator and gnome-disk
- Added GCC
- Open Calc by pressing SUPER + K
- Opens terminal in workspace 2 at boot
This commit is contained in:
2025-01-01 19:00:38 +01:00
parent fe1186f960
commit 69fff69c65
6 changed files with 62 additions and 31 deletions

View File

@ -36,7 +36,7 @@ $menu = rofi -show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec-once = $browser & $terminal & nextcloud
exec-once = $browser & [workspace 2] $terminal & nextcloud
# Status bar
exec-once = waybar
@ -306,6 +306,7 @@ bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, B, exec, $browser
bind = $mainMod, L, exec, hyprlock
bind = $mainMod, K, exec, [float] gnome-calculator
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l