added gtk theme
This commit is contained in:
@@ -1,41 +1,10 @@
|
||||
|
||||
#AUTOGENERATED HYPR CONFIG.
|
||||
#PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
||||
#OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
||||
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
#
|
||||
# remove this line to remove the warning (super+m exit; super q kitty)
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor=DP-2,2560x1440@144,0x0,1 #,bitdepth,10
|
||||
monitor=DP-3,2560x1440@144,0x0,1
|
||||
monitor=DP-2,1680x1050@59,-1680x0,1
|
||||
#1.333333
|
||||
#monitor=HDMI-A-1, 1920x1080@60,2560x0,1
|
||||
#windowrulev2 = stayfocused,class:(VencordDesktop),title:(Discord)
|
||||
#xwayland {
|
||||
# force_zero_scaling = true }
|
||||
monitor=,highres,0x0,1
|
||||
|
||||
# toolkit-specific scale
|
||||
env = GDK_SCALE,1.5
|
||||
env = XCURSOR_SIZE,32
|
||||
#windowrulev2 = float,class:(rofi),title:(rofi)
|
||||
#exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
#exec-once = obsidian
|
||||
#exec-once = element-desktop-nightly
|
||||
# Execute your favorite apps at launch
|
||||
#exec-once = blueman-tray
|
||||
#exec-once=signal-desktop
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
exec-once=kdeconnectd
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
# For all categories, see https://wiki.hyprlan##d.org/Configuring/Variables/
|
||||
input {
|
||||
@@ -52,8 +21,7 @@ input {
|
||||
natural_scroll = no
|
||||
}
|
||||
|
||||
sensitivity = -0.5 # -1.0 - 1.0, 0 means no modification.
|
||||
#sensitivity = -1
|
||||
sensitivity = -0.5 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
general {
|
||||
@@ -70,17 +38,7 @@ general {
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 12
|
||||
# blur_enabled = true
|
||||
# blur_size = 3
|
||||
# blur_passes = 1
|
||||
# blur_new_optimizations = on
|
||||
|
||||
#drop_shadow = yes
|
||||
#shadow_range = 4
|
||||
#shadow_render_power = 3
|
||||
#col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -114,38 +72,19 @@ gestures {
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
#device:epic-mouse-v1 {
|
||||
# sensitivity = -0.5
|
||||
#}
|
||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||
|
||||
exec-once = wl-paste --type image --watch cliphist store # Stores only image dbus-update-activation-environment
|
||||
|
||||
|
||||
# Example windowrule v1
|
||||
#windowrule = pseudo, ^(kitty)$
|
||||
#windowrule = maxsize 400 100, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
#windowrule = float,^(rofi)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, Q, exec, kitty #terminal
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, N, exec, hyprlock
|
||||
bind = $mainMod, E, exec, nautilus
|
||||
bind = $mainMod, N, exec, hyprlock #lock screen
|
||||
|
||||
bind = $mainMod, E, exec, thunar #File explorer
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, wofi #$HOME/.config/rofi/bin/{launcher,runner,powermenu,screenshot}
|
||||
bind = $mainMod, R, exec, wofi #application launcher
|
||||
|
||||
bind = $mainMod SHIFT, R, exec, ../waybar/scripts/refresh.sh
|
||||
#bind = $mainMod, S, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
#bind = $mainMod, L, exec, zsh $HOME/.config/rofi/bin/{powermenu}
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, W, exec, pavucontrol
|
||||
bind = $mainMod, O, togglesplit, # dwindle
|
||||
@@ -156,7 +95,9 @@ bind = $mainMod, H, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, j, movefocus, d
|
||||
|
||||
bind = $mainMod, A, fullscreen
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
@@ -181,77 +122,14 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
#bind = $mainMod, k, workspace, e+1
|
||||
#bind = $mainMod, j, workspace, e-1
|
||||
#screenshot tool
|
||||
bind = $mainMod SHIFT, S, exec, IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
#bind = $mainMod, S, exec, grim -g "$(slurp -o)" $(xdg-user-dir PICTURES)/Screenshots/$(date +'%s_grim.png')
|
||||
bind = $mainMod SHIFT, S, exec, IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG
|
||||
#bind = $mainMod ALT, S, exec, grim $(xdg-user-dir PICTURES)/Screenshots/$(date +'%s_grim.png')
|
||||
#own editing
|
||||
#exec-once=swww init
|
||||
|
||||
#notification
|
||||
exec-once=swaync
|
||||
# Example volume button that allows press and hold, volume limited to 150%
|
||||
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
# Example volume button that will activate even while an input inhibitor is active
|
||||
bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
#status bar
|
||||
exec-once=waybar
|
||||
exec-once= eww open bar --screen 0 --id primary
|
||||
exec-once= eww open bar --screen 1 --id secondary
|
||||
#wlan idk
|
||||
exec-once=systemctl --user start sunshine
|
||||
exec-once=nm-applet
|
||||
exec-once=heroic
|
||||
#exec-once=syncthing
|
||||
exec-once=openrgb
|
||||
#authentication client
|
||||
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||
# change monitor to hires, the last argument is the scale factor
|
||||
#monitor=,highres,auto,2
|
||||
exec-once=swww-daemon
|
||||
#exec-once=swww img /home/glala/Pictures/background/1345131.jpeg
|
||||
# sets xwayland scale
|
||||
#exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
||||
|
||||
# toolkit-speciific scale
|
||||
#env = GDK_SCALE,2
|
||||
#env = XCURSOR_SIZE,32
|
||||
#exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
#exec-once=mpvpaper -s -p -o "no-audio --loop-playlist shuffle" '*' ~/Downloads/frieren-sitting-on-the-water-moewalls-com.mp4
|
||||
#exec-once=swww init
|
||||
#exec-once=mpvpaper -s -p -o "no-audio --loop-playlist" '*' Downloads/Just\ The\ Two\ Of\ Us\(4K\ wallpaper\ version).mp4
|
||||
#exec-once=mpvpaper -vs -o "no-audio loop" DP-3 Videos/random/makima-from-chainsaw-man.3840x2160.mp4
|
||||
#exec-once=mpvpaper -vs -o "no-audio loop" HDMI-A-1 Videos/random/makima-from-chainsaw-man.3840x2160.mp4
|
||||
#exec-once=otd
|
||||
#exec-once=GDK_BACKEDND=x11 dragon-drop
|
||||
|
||||
#screenshare
|
||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
|
||||
env = GTK_THEME,Adwaita:dark
|
||||
#env = QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
||||
#env = XDG_CURRENT_DESKTOP=Hyprland
|
||||
#env = XDG_SESSION_TYPE=wayland
|
||||
#env = XDG_SESSION_DESKTOP=Hyprland
|
||||
#exec-once=export GTK_THEME=Adwaita:dark
|
||||
|
||||
|
||||
# will switch to a submap called resize
|
||||
bind= $mainMod ,T,submap,resize
|
||||
|
||||
### Resize via vim keys
|
||||
# will start a submap called "resize"
|
||||
submap=resize
|
||||
|
||||
@@ -281,5 +159,44 @@ bind=,Q,submap,reset
|
||||
|
||||
# will reset the submap, which will return to the global submap
|
||||
submap=reset
|
||||
###
|
||||
|
||||
#auto startup
|
||||
exec-once=kdeconnectd
|
||||
|
||||
##notification
|
||||
exec-once=swaync
|
||||
|
||||
##volume control via custom volume buttons
|
||||
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
##status bar
|
||||
exec-once=waybar
|
||||
|
||||
exec-once=systemctl --user start sunshine
|
||||
exec-once=openrgb
|
||||
|
||||
##authentication client
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||
|
||||
##wallpaper engine
|
||||
exec-once=swww-daemon
|
||||
|
||||
##screenshare
|
||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
|
||||
##dbus
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# keybinds further down will be global again...
|
||||
|
||||
## will switch to a submap called resize
|
||||
bind= $mainMod ,T,submap,resize
|
||||
|
||||
##clipboard tool
|
||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||
exec-once = wl-paste --type image --watch cliphist store # Stores only image dbus-update-activation-environment
|
||||
|
||||
Reference in New Issue
Block a user