update hyprland config
This commit is contained in:
parent
a404d3af2c
commit
bd102d6753
4 changed files with 12 additions and 95 deletions
|
|
@ -47,7 +47,7 @@ SETUVAR fish_pager_color_selected_background:\x1d
|
||||||
SETUVAR fish_pager_color_selected_completion:\x1d
|
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||||
SETUVAR fish_pager_color_selected_description:\x1d
|
SETUVAR fish_pager_color_selected_description:\x1d
|
||||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||||
SETUVAR fish_user_paths:/usr/local/sbin\x1e/usr/local/bin\x1e/usr/bin\x1e/var/lib/flatpak/exports/bin\x1e/home/aleidk/\x2elocal/bin
|
SETUVAR fish_user_paths:/home/aleidk/\x2ecargo/bin\x1e/usr/local/sbin\x1e/usr/local/bin\x1e/usr/bin\x1e/var/lib/flatpak/exports/bin\x1e/home/aleidk/\x2elocal/bin
|
||||||
SETUVAR pure_begin_prompt_with_current_directory:true
|
SETUVAR pure_begin_prompt_with_current_directory:true
|
||||||
SETUVAR pure_check_for_new_release:false
|
SETUVAR pure_check_for_new_release:false
|
||||||
SETUVAR pure_color_at_sign:pure_color_mute
|
SETUVAR pure_color_at_sign:pure_color_mute
|
||||||
|
|
|
||||||
|
|
@ -104,8 +104,8 @@ gestures {
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
enable_swallow = false
|
enable_swallow = true
|
||||||
# swallow_regex = ""
|
swallow_regex = ^(Alacritty|kitty|footclient)$
|
||||||
# swallow_exception_regex = ""
|
# swallow_exception_regex = ""
|
||||||
|
|
||||||
mouse_move_focuses_monitor = false
|
mouse_move_focuses_monitor = false
|
||||||
|
|
@ -156,11 +156,11 @@ bind = $mainMod SHIFT, q, killactive,
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
|
|
||||||
# screenshot current window
|
# screenshot current window
|
||||||
bind = $mainMod, Print, exec, grim -g "$(hyprctl activewindow -j | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"')" - | wl-copy
|
bind = SHIFT, Print, exec, grim -g "$(hyprctl activewindow -j | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"')" - | wl-copy && notify-send "Screenshot taken!"
|
||||||
# screenshot area
|
|
||||||
bind = $mainMod SHIFT, Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
|
||||||
# screenshot area and edit it
|
# screenshot area and edit it
|
||||||
bind = $mainMod CTRL, Print, exec, grim -g "$(slurp -d)" - | swappy -f -
|
bind = SHIFT CTRL, Print, exec, grim -g "$(slurp -d)" - | swappy -f - && notify-send "Screenshot taken!"
|
||||||
|
# screenshot area
|
||||||
|
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy && notify-send "Screenshot taken!"
|
||||||
|
|
||||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+
|
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-
|
bind = , XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
@ -170,12 +170,12 @@ bind = , XF86AudioPlay, exec, playerctl play-pause
|
||||||
bind = , XF86AudioNext, exec, playerctl next
|
bind = , XF86AudioNext, exec, playerctl next
|
||||||
bind = , XF86AudioPrev, exec, playerctl previous
|
bind = , XF86AudioPrev, exec, playerctl previous
|
||||||
bind = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
bind = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
||||||
bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
|
||||||
|
|
||||||
# ── Window Options ────────────────────────────────────────────────────
|
# ── Window Options ────────────────────────────────────────────────────
|
||||||
bind = $mainMod SHIFT, space, togglefloating,
|
bind = $mainMod SHIFT, space, togglefloating,
|
||||||
bind = $mainMod, f, fullscreen, 1 # preserve gaps and bar
|
bind = $mainMod, f, fullscreen, 1 # preserve gaps and bar
|
||||||
bind = $mainMod SHIFT, f, fullscreen, 0 # use whole screen
|
bind = $mainMod SHIFT, f, fullscreen, 0 # use whole screen
|
||||||
|
bind = $mainMod SHIFT, s, toggleswallow
|
||||||
|
|
||||||
# ── Focus ─────────────────────────────────────────────────────────────
|
# ── Focus ─────────────────────────────────────────────────────────────
|
||||||
bind = $mainMod, h, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
export QT_STYLE_OVERRIDE=kvantum
|
export QT_STYLE_OVERRIDE=kvantum
|
||||||
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
export QT_QPA_PLATFORM=wayland;xcb
|
||||||
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export XCURSOR_SIZE=24
|
export XCURSOR_SIZE=24
|
||||||
export GTK_THEME=catppuccin-macchiato-teal-standard+default
|
export GTK_THEME=catppuccin-macchiato-teal-standard+default
|
||||||
|
|
|
||||||
|
|
@ -1,87 +0,0 @@
|
||||||
[GLOBAL]
|
|
||||||
<colon> : command
|
|
||||||
o : command --text='open '
|
|
||||||
yy : copy-name
|
|
||||||
ya : copy-name --abspath
|
|
||||||
yA : copy-name --abspath --primary
|
|
||||||
yY : copy-name --primary
|
|
||||||
x : delete %%
|
|
||||||
gi : enter image
|
|
||||||
gl : enter library
|
|
||||||
gm : enter manipulate
|
|
||||||
gt : enter thumbnail
|
|
||||||
f : fullscreen
|
|
||||||
G : goto -1
|
|
||||||
gg : goto 1
|
|
||||||
m : mark %%
|
|
||||||
q : quit
|
|
||||||
. : repeat-command
|
|
||||||
j : scroll down
|
|
||||||
h : scroll left
|
|
||||||
l : scroll right
|
|
||||||
k : scroll up
|
|
||||||
/ : search
|
|
||||||
? : search --reverse
|
|
||||||
N : search-next
|
|
||||||
P : search-prev
|
|
||||||
b : set statusbar.show!
|
|
||||||
tl : toggle library
|
|
||||||
tm : toggle manipulate
|
|
||||||
tt : toggle thumbnail
|
|
||||||
|
|
||||||
[IMAGE]
|
|
||||||
M : center
|
|
||||||
| : flip
|
|
||||||
_ : flip --vertical
|
|
||||||
<end> : goto -1
|
|
||||||
<home> : goto 1
|
|
||||||
<page-down> : next
|
|
||||||
n : next
|
|
||||||
<ctrl>n : next --keep-zoom
|
|
||||||
<space> : play-or-pause
|
|
||||||
<page-up> : prev
|
|
||||||
p : prev
|
|
||||||
<ctrl>p : prev --keep-zoom
|
|
||||||
> : rotate
|
|
||||||
< : rotate --counter-clockwise
|
|
||||||
W : scale --level=1
|
|
||||||
<equal> : scale --level=fit
|
|
||||||
w : scale --level=fit
|
|
||||||
E : scale --level=fit-height
|
|
||||||
e : scale --level=fit-width
|
|
||||||
J : scroll-edge down
|
|
||||||
H : scroll-edge left
|
|
||||||
L : scroll-edge right
|
|
||||||
K : scroll-edge up
|
|
||||||
sl : set slideshow.delay +0.5
|
|
||||||
sh : set slideshow.delay -0.5
|
|
||||||
ss : slideshow
|
|
||||||
+ : zoom in
|
|
||||||
- : zoom out
|
|
||||||
|
|
||||||
[LIBRARY]
|
|
||||||
go : goto 1 --open-selected
|
|
||||||
n : scroll down --open-selected
|
|
||||||
p : scroll up --open-selected
|
|
||||||
L : set library.width +0.05
|
|
||||||
H : set library.width -0.05
|
|
||||||
|
|
||||||
[THUMBNAIL]
|
|
||||||
+ : zoom in
|
|
||||||
- : zoom out
|
|
||||||
Q : mark-print && quit
|
|
||||||
|
|
||||||
[COMMAND]
|
|
||||||
<tab> : complete
|
|
||||||
<shift><tab> : complete --inverse
|
|
||||||
<ctrl>p : history next
|
|
||||||
<ctrl>n : history prev
|
|
||||||
<up> : history-substr-search next
|
|
||||||
<down> : history-substr-search prev
|
|
||||||
<escape> : leave-commandline
|
|
||||||
|
|
||||||
[MANIPULATE]
|
|
||||||
<colon> : command
|
|
||||||
f : fullscreen
|
|
||||||
b : set statusbar.show!
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue