add gh-cli
This commit is contained in:
parent
ab917700ee
commit
5b46a0b217
30 changed files with 680 additions and 356 deletions
|
|
@ -1,7 +1,11 @@
|
|||
$scripts = ~/.config/scripts/
|
||||
|
||||
exec-once = swaync -s ~/.config/swaync/style.css -c ~/.config/swaync/config.json
|
||||
exec-once = dbus-update-activation-environment --systemd --all
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = waybar & hyprpaper
|
||||
exec-once = waybar -c ~/.config/waybar/config -s ~/.config/waybar/style.css
|
||||
exec-once = hyprpaper
|
||||
exec-once = swayidle -w
|
||||
exec-once = nwg-look -a
|
||||
exec-once = [silent] fcitx5 -d -r &
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
preload = ~/.config/wallpapers/wall.png
|
||||
# wallpaper = HDMI-A-1, ~/.config/wallpapers/wall.png
|
||||
wallpaper = , ~/.config/wallpapers/wall.png
|
||||
splash = false
|
||||
ipc = on
|
||||
|
|
|
|||
|
|
@ -12,5 +12,9 @@ input {
|
|||
natural_scroll = no
|
||||
}
|
||||
|
||||
sensitivity = 0.7 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = -0.1 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
monitor=desc:ASUSTek COMPUTER INC ASUS VG32VQ1B 0x00002271,2560x1440@164.55, 0x0, 1
|
||||
monitor=desc:Acer Technologies XV272U V3 7422007E54222, 2560x1440@143.91, -1440x-560, 1, transform, 1
|
||||
monitor=desc:ASUSTek COMPUTER INC ASUS VG32VQ1B 0x00002271,2560x1440@165, 0x0, 1
|
||||
monitor=desc:Acer Technologies XV272U V3 7422007E54222, 2560x1440@144, -1152x-448, 1.25, transform, 1
|
||||
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ decoration {
|
|||
new_optimizations = true
|
||||
xray = false
|
||||
}
|
||||
active_opacity = 0.8
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 1.0
|
||||
active_opacity = 0.95
|
||||
inactive_opacity = 0.95
|
||||
fullscreen_opacity = 1.0
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,13 @@ windowrulev2 = float, class:^(steam)$,title:^(Friends List)$
|
|||
|
||||
|
||||
# Workspace assign
|
||||
|
||||
windowrulev2 = workspace: 1, class:^(kitty)$
|
||||
windowrulev2 = workspace: 1, class:^(firefox)$
|
||||
windowrulev2 = workspace: 5, class:^(steam)$
|
||||
|
||||
layerrule = blur, waybar
|
||||
layerrule = blur, logout_dialog
|
||||
layerrule = blur, swaync-control-center
|
||||
layerrule = blur, swaync-notification-window
|
||||
layerrule = ignorezero, swaync-control-center
|
||||
layerrule = ignorezero, swaync-notification-window
|
||||
layerrule = ignorealpha 0.1, swaync-control-center
|
||||
layerrule = ignorealpha 0.1, swaync-notification-window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue