mirror of
https://github.com/sheptikhinv/my-hyprland.git
synced 2026-02-07 09:21:36 +05:00
Sigma sigma
This commit is contained in:
parent
8eef2f4583
commit
95e23ef59c
9 changed files with 417 additions and 2 deletions
|
|
@ -25,9 +25,10 @@ bind = $mainMod, C, killactive,
|
|||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, R, exec, $menu -show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, S, exec, $menu -show ssh
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
|
|||
|
|
@ -37,7 +37,8 @@ source = ~/.config/hypr/monitors.conf
|
|||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
# $menu = wofi --show drun
|
||||
$menu = rofi
|
||||
|
||||
|
||||
#################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue