commit
This commit is contained in:
parent
02f937b8f3
commit
f02f691071
156 changed files with 228 additions and 37 deletions
|
@ -11,7 +11,7 @@ monitor=,preferred,auto,auto
|
|||
###################
|
||||
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$fileManager = nautilus
|
||||
$menu = wofi --show drun
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@ general {
|
|||
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgb(FFD300)
|
||||
col.active_border = rgb(E6C873)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
resize_on_border = false
|
||||
|
@ -144,10 +144,10 @@ device {
|
|||
### KEYBINDINGS ###
|
||||
###################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
# main key
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
# basic binds
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
|
@ -156,8 +156,11 @@ bind = $mainMod, V, togglefloating,
|
|||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, S, exec, grim - | wl-copy
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
# move focus
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
|
@ -188,8 +191,8 @@ bind = $mainMod SHIFT, ccedilla, movetoworkspace, 9
|
|||
bind = $mainMod SHIFT, agrave, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
# bind = $mainMod, S, togglespecialworkspace, magic
|
||||
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
preload = ~/.config/hypr/wallpapers/lucy.png
|
||||
preload = ~/.config/hypr/wallpapers/makima.jpg
|
||||
|
||||
wallpaper = eDP-1, ~/.config/hypr/wallpapers/lucy.png
|
||||
wallpaper = eDP-1, ~/.config/hypr/wallpapers/makima.jpg
|
||||
|
||||
splash = false
|
||||
|
|
BIN
.config/hypr/wallpapers/makima.jpg
Normal file
BIN
.config/hypr/wallpapers/makima.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
.config/hypr/wallpapers/makima.png
Normal file
BIN
.config/hypr/wallpapers/makima.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 MiB |
Loading…
Add table
Add a link
Reference in a new issue