update: reconfigured hyprland nvim and other things
This commit is contained in:
@ -1,16 +1,13 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-hyprland
|
||||
exec-once = uwsm app -- /usr/lib/xdg-desktop-portal
|
||||
exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-gtk
|
||||
|
||||
# exec-once = uwsm app -- hypridle
|
||||
exec-once = uwsm app -- swww-daemon
|
||||
|
||||
exec-once = uwsm app -- hyprpaper
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- wl-paste --type text --watch cliphist store #Stores only text data
|
||||
exec-once = uwsm app -- wl-paste --type image --watch cliphist store #Stores only image data
|
||||
exec-once = uwsm app -- dunst
|
||||
exec-once = uwsm app -- systemd-inhibit --who="Hyprland config" --why="wlogout keybind" --what=handle-power-key --mode=block sleep infinity
|
||||
exec-once = hyprpaper
|
||||
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, dolphin
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod SHIFT, V, togglefloating,
|
||||
bind = $mainMod, R, exec, rofi -show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
@ -16,7 +15,6 @@ bind = $mainMod, V, exec, rofi -modi clipboard:/$HOME/.config/rofi/cliphist-rofi
|
||||
bind = $mainMod SHIFT, S, exec, IMG=~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG
|
||||
bind = , PRINT, exec, grim - | wl-copy
|
||||
bind = CONTROL, ESCAPE, exec, kitty btop
|
||||
# bind = ALT_L, SHIFT_L, exec, hyprctl switchxkblayout current next
|
||||
|
||||
# hyprlock bind
|
||||
bind = $mainMod, code:49, exec, hyprlock
|
||||
@ -43,9 +41,6 @@ binde = , XF86MonBrightnessDown , exec, brightnessctl --class='backlight' set 5%
|
||||
bind = $mainMod ALT, up, exec, ddcutil -d 1 setvcp 10 + 5; .config/hypr/scripts/dunst/brightness.sh
|
||||
bind = $mainMod ALT, down, exec, ddcutil -d 1 setvcp 10 - 5; .config/hypr/scripts/dunst/brightness.sh
|
||||
|
||||
# asus binds
|
||||
bind = , XF86Launch1 , exec, asusctl profile -P quiet
|
||||
|
||||
# power binds
|
||||
bindl = , switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, 1920x1080@120, 0x0, 1, vrr, 1"
|
||||
bindl = , switch:on:Lid Switch, exec, .config/hypr/scripts/eDPower.sh
|
||||
@ -117,5 +112,3 @@ bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 0
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,2 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor = eDP-1, 1920x1080@120, auto, 1, vrr, 1
|
||||
monitor = , prefered, auto, 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user