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
|
||||
monitor=,highres,auto,1
|
||||
|
||||
# var {{{
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
# }}}
|
||||
# variables {{{
|
||||
$mod = SUPER
|
||||
$terminal = kitty
|
||||
$logseq = ~/.local/appimage/logseq.AppImage
|
||||
$morgen = ~/.local/appimage/morgen.AppImage
|
||||
$filemanager = pcmanfm
|
||||
# }}}
|
||||
# auto start {{{
|
||||
exec-once = waybar
|
||||
|
|
@ -22,10 +27,9 @@ exec-once = wlsunset -S 10:00 -s 19:00
|
|||
exec-once = ~/.config/hypr/bat.sh
|
||||
|
||||
exec-once = $logseq
|
||||
exec-once = $morgen
|
||||
|
||||
exec-once = /home/olex/code/awatcher/target/release/awatcher
|
||||
exec-once = /home/olex/code/aw-server-rust/target/release/aw-server
|
||||
exec-once = ~/code/aw-server-rust/target/release/aw-server
|
||||
exec-once = ~/code/awatcher/target/release/awatcher
|
||||
# }}}
|
||||
# inputs {{{
|
||||
input {
|
||||
|
|
@ -33,7 +37,6 @@ input {
|
|||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = grp:win_space_toggle,ctrl:nocaps
|
||||
# ,grp:alt_shift_toggle
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
|
@ -109,7 +112,7 @@ master {
|
|||
# }}}
|
||||
# misc {{{
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_hyprland_logo = false
|
||||
disable_splash_rendering = true
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = true
|
||||
|
|
@ -165,12 +168,11 @@ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
|||
bind = $mod, f, fullscreen
|
||||
bind = $mod Ctrl, f, togglefloating
|
||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = Alt, Print, exec, grim -g "$(slurp)"
|
||||
|
||||
# programs {{{
|
||||
bind = $mod SHIFT, w, exec, brave
|
||||
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, a, exec, anki
|
||||
bind = $mod SHIFT, s, exec, spotify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue