mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
hypr: update qt setup, autostart
This commit is contained in:
parent
5128e8814c
commit
adf97e351a
1 changed files with 9 additions and 7 deletions
|
|
@ -1,11 +1,16 @@
|
||||||
# vim: foldmethod=marker ts=2 sw=2 ft=hyprlang
|
# vim: foldmethod=marker ts=2 sw=2 ft=hyprlang
|
||||||
monitor=,highres,auto,1
|
monitor=,highres,auto,1
|
||||||
|
|
||||||
|
# var {{{
|
||||||
|
env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||||
|
# }}}
|
||||||
# variables {{{
|
# variables {{{
|
||||||
$mod = SUPER
|
$mod = SUPER
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$logseq = ~/.local/appimage/logseq.AppImage
|
$logseq = ~/.local/appimage/logseq.AppImage
|
||||||
$morgen = ~/.local/appimage/morgen.AppImage
|
$morgen = ~/.local/appimage/morgen.AppImage
|
||||||
|
$filemanager = pcmanfm
|
||||||
# }}}
|
# }}}
|
||||||
# auto start {{{
|
# auto start {{{
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
|
|
@ -22,10 +27,9 @@ exec-once = wlsunset -S 10:00 -s 19:00
|
||||||
exec-once = ~/.config/hypr/bat.sh
|
exec-once = ~/.config/hypr/bat.sh
|
||||||
|
|
||||||
exec-once = $logseq
|
exec-once = $logseq
|
||||||
exec-once = $morgen
|
|
||||||
|
|
||||||
exec-once = /home/olex/code/awatcher/target/release/awatcher
|
exec-once = ~/code/aw-server-rust/target/release/aw-server
|
||||||
exec-once = /home/olex/code/aw-server-rust/target/release/aw-server
|
exec-once = ~/code/awatcher/target/release/awatcher
|
||||||
# }}}
|
# }}}
|
||||||
# inputs {{{
|
# inputs {{{
|
||||||
input {
|
input {
|
||||||
|
|
@ -33,7 +37,6 @@ input {
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options = grp:win_space_toggle,ctrl:nocaps
|
kb_options = grp:win_space_toggle,ctrl:nocaps
|
||||||
# ,grp:alt_shift_toggle
|
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
@ -109,7 +112,7 @@ master {
|
||||||
# }}}
|
# }}}
|
||||||
# misc {{{
|
# misc {{{
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = false
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
mouse_move_enables_dpms = true
|
mouse_move_enables_dpms = true
|
||||||
key_press_enables_dpms = true
|
key_press_enables_dpms = true
|
||||||
|
|
@ -165,12 +168,11 @@ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||||
bind = $mod, f, fullscreen
|
bind = $mod, f, fullscreen
|
||||||
bind = $mod Ctrl, f, togglefloating
|
bind = $mod Ctrl, f, togglefloating
|
||||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||||
bind = Alt, Print, exec, grim -g "$(slurp)"
|
|
||||||
|
|
||||||
# programs {{{
|
# programs {{{
|
||||||
bind = $mod SHIFT, w, exec, brave
|
bind = $mod SHIFT, w, exec, brave
|
||||||
bind = $mod SHIFT, e, exec, firefox
|
bind = $mod SHIFT, e, exec, firefox
|
||||||
bind = $mod SHIFT, f, exec, nautilus
|
bind = $mod SHIFT, f, exec, $filemanager
|
||||||
bind = $mod SHIFT, d, exec, $logseq
|
bind = $mod SHIFT, d, exec, $logseq
|
||||||
bind = $mod SHIFT, a, exec, anki
|
bind = $mod SHIFT, a, exec, anki
|
||||||
bind = $mod SHIFT, s, exec, spotify
|
bind = $mod SHIFT, s, exec, spotify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue