🖼 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:
@ -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
|
||||
|
Reference in New Issue
Block a user