Rofi
This commit is contained in:
@@ -14,7 +14,7 @@ source = /home/ciomek/.config/hypr/monitors.conf
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun --insensitive
|
||||
$menu = rofi -show drun -show-icons
|
||||
$browser = firefox
|
||||
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
||||
$top = $terminal btop
|
||||
@@ -105,7 +105,7 @@ decoration {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
@@ -155,7 +155,7 @@ animations {
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
@@ -213,7 +213,7 @@ bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
# bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, T, exec, $top
|
||||
|
||||
Reference in New Issue
Block a user