mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
mainly emacs related
This commit is contained in:
@@ -9,11 +9,12 @@
|
||||
#
|
||||
exec-once=hyprctl setcursor Simp1e 16
|
||||
exec-once=~/.config/script/theme-fix
|
||||
exec-once=waybar
|
||||
#exec-once=waybar
|
||||
exec-once=systemctl --user restart xdg-desktop-portal
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=~/.config/script/waylock.sh
|
||||
exec-once=~/.azotebg
|
||||
#exec-once=~/.config/script/livewallpaper.sh
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
|
||||
@@ -23,6 +24,8 @@ monitor=,preferred,auto,1
|
||||
|
||||
|
||||
misc:disable_hyprland_logo=true
|
||||
misc:enable_swallow=true
|
||||
misc:swallow_regex=kitty
|
||||
|
||||
input {
|
||||
numlock_by_default=true
|
||||
@@ -50,10 +53,11 @@ general {
|
||||
}
|
||||
|
||||
decoration {
|
||||
blur_ignore_opacity = true
|
||||
blur_new_optimizations = true
|
||||
rounding=10
|
||||
blur=1
|
||||
blur_size=3 # minimum 1
|
||||
blur_size=5 # minimum 1
|
||||
blur_passes=1 # minimum 1, more passes = more resource intensive.
|
||||
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
|
||||
# if you want heavy blur, you need to up the blur_passes.
|
||||
@@ -88,9 +92,19 @@ gestures {
|
||||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
#windowrule=move 69 420,abc
|
||||
#windowrule=size 500 500,kitty
|
||||
#windowrule=tile,xyz
|
||||
windowrule=fullscreen,mpv
|
||||
#windowrule=size 1000 500, mpv
|
||||
#windowrule=move 460,290, mpv
|
||||
windowrule=float,imv
|
||||
|
||||
# rofi
|
||||
windowrule = float, Rofi
|
||||
blurls=rofi
|
||||
|
||||
windowrule=size 1000 500,title:^(kami)$
|
||||
windowrule=float,title:^(kami)$
|
||||
windowrule=move 460,290,title^(kami)$
|
||||
|
||||
#windowrule=pseudo,abc
|
||||
#windowrule=monitor 0,xyz
|
||||
windowrule=tile,WebApp-ytmusic4224
|
||||
@@ -98,16 +112,18 @@ windowrule=tile,WebApp-discord5149
|
||||
|
||||
# example binds
|
||||
bind=ALT,Return,exec,kitty
|
||||
bind=ALT,A,exec,kitty --class kitty --title kami ~/Documents/Rust/kami/target/release/kami
|
||||
bind=ALT,Q,killactive,
|
||||
bind=ALT,F,exec,pcmanfm
|
||||
bind=ALT,B,exec,firefox
|
||||
bind=ALT,E,exec,emacs
|
||||
bind=ALT,E,exec,emacsclient --alternate-editor= --create-frame
|
||||
bind=,107,exec,~/.config/script/wayscreenshot.sh
|
||||
bind=SHIFT,107,exec,grim -g "$(slurp)" - | wl-copy
|
||||
bind=ALTSHIFT,Q,exit,
|
||||
bind=ALTSHIFT,F,togglefloating,
|
||||
bind=ALTSHIFT,T,fullscreen,0
|
||||
bind=ALT,D,exec,wofi --show drun -o DP-3
|
||||
bind=ALT,D,exec,rofi -no-lazy-greb -show drun -icon-theme 'Papirus' -show-icons
|
||||
#wofi --show drun -o DP-3
|
||||
|
||||
# toggle waybar
|
||||
bind=SUPER,W,exec,~/.config/script/hide_waybar.sh
|
||||
|
||||
Reference in New Issue
Block a user