first actual commit
This commit is contained in:
parent
aa16f5fcd7
commit
90ce863297
25 changed files with 1668 additions and 0 deletions
20
.config/hypr/hypridle.conf
Normal file
20
.config/hypr/hypridle.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
general {
|
||||
lock_cmd = notify-send "Lock!" # dbus/sysd lock command (loginctl lock-session)
|
||||
unlock_cmd = notify-send "Unlock!" # same as above, but unlock
|
||||
before_sleep_cmd = notify-send "Zzz" # command ran before sleep
|
||||
after_sleep_cmd = notify-send "Awake!" # command ran after sleep
|
||||
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
|
||||
ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 600 # in seconds
|
||||
on-timeout = hyprlock # command to run when timeout has passed
|
||||
# on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired.
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 660 # in seconds
|
||||
on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on && notify-send "Hola :3" # command to run when activity is detected after timeout has fired.
|
||||
}
|
||||
374
.config/hypr/hyprland.conf
Normal file
374
.config/hypr/hyprland.conf
Normal file
|
|
@ -0,0 +1,374 @@
|
|||
|
||||
# #######################################################################################
|
||||
# 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.
|
||||
# #######################################################################################
|
||||
|
||||
#autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# This is an example Hyprland config file.
|
||||
# Refer to the wiki for more information.
|
||||
# https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
|
||||
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
|
||||
# You can split this configuration into multiple files
|
||||
# Create your files separately and then link them to this file like this:
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,1920x1080@75,0x0,1,vrr,2
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = konsole
|
||||
$fileManager = nautilus
|
||||
$menu = wofi --show drun
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
# exec-once = ~/.config/hypr/portal-setup.sh
|
||||
exec-once = mako
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = hyprpaper
|
||||
#exec-once = ~/Capybara/scripts/hyprland_change_bg.sh
|
||||
exec-once = waybar
|
||||
exec-once = hypridle
|
||||
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 data
|
||||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = [workspace 1 silent] qutebrowser
|
||||
exec-once = [workspace 1 silent] emacs
|
||||
exec-once = vesktop
|
||||
exec-once = steam
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
#############################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env = STEAM_GAMESCOPE_VRR_SUPPORTED,1
|
||||
env = WLR_DRM_NO_ATOMIC,1
|
||||
|
||||
#####################
|
||||
### LOOK AND FEEL ###
|
||||
#####################
|
||||
|
||||
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 6
|
||||
gaps_out = 15,10,10,10
|
||||
|
||||
border_size = 2
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgb(ffb2ee) rgba(00ff99ee) rgb(FFFFFF) 90deg
|
||||
col.inactive_border = rgba(ffffff7a) rgba(00ff997a) rgba(ffb2ee7a) 90deg #204, 136, 24
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = true
|
||||
|
||||
layout = master
|
||||
}
|
||||
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 10
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.96
|
||||
dim_inactive = true
|
||||
dim_strength = 0.12
|
||||
dim_special = 0.1
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 40
|
||||
shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
col.shadow = rgba(87658aff)
|
||||
col.shadow_inactive = rgba(1a1a1aee)
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
xray = false
|
||||
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 1.0072
|
||||
vibrancy = 0.2696
|
||||
vibrancy_darkness = 0.2696
|
||||
|
||||
special = true
|
||||
popups = false
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
force_split = 2
|
||||
smart_resizing = false
|
||||
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
master {
|
||||
no_gaps_when_only = 2
|
||||
mfact = 0.55
|
||||
# new_is_master = true
|
||||
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||
misc {
|
||||
font_family = 0x Proto Nerd Font Mono
|
||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||
no_direct_scanout = true #Important!
|
||||
}
|
||||
|
||||
group {
|
||||
|
||||
groupbar {
|
||||
render_titles = true
|
||||
font_family = 0x Proto Nerd Font Mono
|
||||
height = 20
|
||||
font_size = 10
|
||||
stacked = false
|
||||
text_color = rgba(674e69ff)
|
||||
col.active = rgba(fadbf7ff)
|
||||
col.inactive = rgba(E1D2CEff)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
#############
|
||||
### INPUT ###
|
||||
#############
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = eyy:eyymacs,shift:both_capslock
|
||||
kb_rules =
|
||||
accel_profile = flat
|
||||
follow_mouse = 1
|
||||
# 0 - Cursor movement will not change focus.
|
||||
# 1 - Cursor movement will always change focus to the window under the cursor.
|
||||
# 2 - Cursor focus will be detached from keyboard focus. Clicking on a window will move keyboard focus to that window.
|
||||
# 3 - Cursor focus will be completely separate from keyboard focus. Clicking on a window will not change keyboard focus.
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
no_break_fs_vrr = true
|
||||
inactive_timeout = 1
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device {
|
||||
name = epic-mouse-v1
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
|
||||
####################
|
||||
### KEYBINDINGSS ###
|
||||
####################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = MOD5 # Sets "RAlt" key as main modifier
|
||||
$secondaryMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, C, pin,
|
||||
bind = $mainMod, B, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $secondaryMod, P, pseudo, # dwindle
|
||||
bind = $secondaryMod, L, togglesplit, # dwindle
|
||||
bind = $secondaryMod, P, layoutmsg, swapwithmaster # master
|
||||
bind = $secondaryMod, L, layoutmsg, orientationnext # master
|
||||
bind = $secondaryMod, M, layoutmsg, addmaster # master
|
||||
bind = $secondaryMod, N, layoutmsg, removemaster # master
|
||||
bind = $secondaryMod, H, layoutmsg, mfact -0.1 # master
|
||||
bind = $secondaryMod, Y, layoutmsg, mfact +0.1 # master
|
||||
bind = $secondaryMod, code:60, exec, wofi-emoji #. key
|
||||
|
||||
# Group management
|
||||
bind = SUPER, I, togglegroup,
|
||||
bind = ALT, Tab, changegroupactive, f
|
||||
bind = ALT SHIFT, Tab, changegroupactive, b
|
||||
bind = SUPER, L, moveintogroup, r
|
||||
bind = SUPER, K, moveintogroup, u
|
||||
bind = SUPER, J, moveintogroup, d
|
||||
bind = SUPER, H, moveintogroup, l
|
||||
bind = SUPER, O, moveoutofgroup, active
|
||||
#resizeactive moveactive swapwindow movewindow
|
||||
|
||||
# Locks and exits
|
||||
bind = $mainMod, F8, exec, hyprlock
|
||||
bind = $mainMod, code:59, exec, makoctl dismiss -a #, key
|
||||
bind = $mainMod, F9, exec, shutdown --no-wall && notify-send "Shutting down in 1 min!"
|
||||
bind = $mainMod, F10, exec, shutdown --no-wall -c && notify-send "Shutdown aborted"
|
||||
bind = $mainMod, F11, exit,
|
||||
# bind = $mainMod, T, exec, hyprctl activewindow | grep pid | tr -d 'pid:' | xargs kill
|
||||
# bind = $mainMod, C, killactive,
|
||||
|
||||
# Move focus
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, j, movefocus, d
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, l, movefocus, r
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
bind = $mainMod, 4, workspace, 4
|
||||
bind = $mainMod, 5, workspace, 5
|
||||
bind = $mainMod, 6, workspace, 6
|
||||
bind = $mainMod, 7, workspace, 7
|
||||
bind = $mainMod, 8, workspace, 8
|
||||
bind = $mainMod, 9, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
|
||||
#Discord mute
|
||||
bindln = , Pause, sendshortcut,CTRL SHIFT, m, class:^(vesktop)
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
||||
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||||
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Special workspaces
|
||||
bind = $mainMod, Tab, togglespecialworkspace, aux
|
||||
bind = $mainMod SHIFT, Tab, movetoworkspace, special:aux
|
||||
bind = $secondaryMod, S, togglespecialworkspace, launchers
|
||||
bind = $secondaryMod SHIFT, S, movetoworkspace, special:launchers
|
||||
bind = $secondaryMod, D, togglespecialworkspace, comms
|
||||
bind = $secondaryMod SHIFT, D, movetoworkspace, special:comms
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll or ^J/^K
|
||||
bind = $mainMod CTRL, K, workspace, e+1
|
||||
bind = $mainMod CTRL, J, workspace, e-1
|
||||
bind = SUPER, mouse_up, workspace, e+1
|
||||
bind = SUPER, mouse_down, workspace, e-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bindm = SUPER, mouse:273, resizewindow
|
||||
|
||||
# Waybar
|
||||
bind = $mainMod, Y, exec, pkill -SIGUSR1 waybar
|
||||
bind = $mainMod, code:51, exec, pkill -SIGUSR2 waybar
|
||||
bind = $mainMod, code:35, exec, waybar
|
||||
|
||||
# screenshot
|
||||
bind= SHIFT, Print, exec, grim -g "$(slurp)" - | wl-copy && wl-paste > ~/Pictures/Screenshots/Screenshot-$(date +%F_%T).png | notify-send "Screenshot of the region taken" -t 3000 # screenshot of a region
|
||||
bind = , Print, exec, grim - | wl-copy && wl-paste > ~/Pictures/Screenshots/Screenshot-$(date +%F_%T).png | notify-send "Screenshot of whole screen taken" -t 3000 # screenshot of the whole screen
|
||||
|
||||
bind = CTRL SHIFT, Print, exec, grim -g "$(slurp)" - | swappy -f - # screenshot of a region, sent to swappy
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
# windowrulev2 = immediate, class:^(StreetFighter6.exe)$
|
||||
|
||||
# Games rules
|
||||
windowrulev2 = immediate, class:^(steam_app_\d+)
|
||||
windowrulev2 = immediate, class:^(cs2)$
|
||||
windowrulev2 = workspace 5, class:^(steam_app_\d+)
|
||||
windowrulev2 = workspace 5, class:^(cs2)$
|
||||
|
||||
# Make forked UIs appear on corresponding workspaces
|
||||
windowrulev2 = workspace special:comms silent, class:^(vesktop)$
|
||||
windowrulev2 = workspace special:launchers silent, class:^(steam)$
|
||||
|
||||
# Steam bugfix rules
|
||||
windowrulev2 = stayfocused, title:^(),class:^(steam)
|
||||
windowrulev2 = minsize 1 1 , title:^(),class:^(steam)
|
||||
99
.config/hypr/hyprlock.conf
Normal file
99
.config/hypr/hyprlock.conf
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
general {
|
||||
disable_loading_bar = false
|
||||
hide_cursor = true
|
||||
ignore_empty_input = true
|
||||
grace = 5
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = /home/Hane/.config/wallpapers/bis2.png
|
||||
color = rgba(0, 0, 0, 1)
|
||||
|
||||
enabled = true
|
||||
special = true
|
||||
blur_passes = 2
|
||||
blur_size = 1
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
# size = 50, 50
|
||||
# outline_thickness = 3
|
||||
outer_color = rgba(00ff99ee)
|
||||
inner_color = rgb(0, 0, 0)
|
||||
# font_color = rgb(0, 0, 0)
|
||||
# fade_on_empty = true
|
||||
# hide_input = true
|
||||
# position = 0, -60
|
||||
# halign = center
|
||||
# valign = center
|
||||
size = 300, 50
|
||||
outline_thickness = 2
|
||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
dots_rounding = -2
|
||||
placeholder_text = AwA?
|
||||
font_color = rgb(255, 255, 255)
|
||||
font_family = 0xProto Nerd Font Mono
|
||||
fail_color = rgb(204, 136, 34) #cc88322
|
||||
fail_text = Oops<sup>$ATTEMPTS</sup>
|
||||
fail_transition = 150
|
||||
capslock_color = -1
|
||||
shadow_passes = 3
|
||||
blur_passes = 2
|
||||
blur_size = 1
|
||||
|
||||
position = 6, -61
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = rgb(ffb2ee)
|
||||
font_size = 36
|
||||
font_family = 0xProto Nerd Font Mono
|
||||
position = 0, 120
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# label {
|
||||
# monitor =
|
||||
# text = <span> </span>
|
||||
# position = 6, -61
|
||||
# font_family = Microgramma D
|
||||
# font_size = 20
|
||||
# halign = center
|
||||
# valign = center
|
||||
# }
|
||||
|
||||
# label {
|
||||
# monitor =
|
||||
# text = Welcome
|
||||
# color = rgba(200, 200, 200, 1.0)
|
||||
# font_size = 20
|
||||
# font_family = 0xProto Nerd Font Mono
|
||||
# position = 0, 30
|
||||
# halign = center
|
||||
# valign = center
|
||||
# }
|
||||
|
||||
# label {
|
||||
# monitor =
|
||||
# text = <span foreground="red">$USER</span>
|
||||
# color = rgba(200, 200, 200, 1.0)
|
||||
# font_size = 22
|
||||
# font_family = 0xProto Nerd Font Mono
|
||||
# position = 0, 0
|
||||
# halign = center
|
||||
# valign = center
|
||||
# }
|
||||
29
.config/hypr/hyprpaper.conf
Normal file
29
.config/hypr/hyprpaper.conf
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
preload = ~/.config/wallpapers/yellow.png
|
||||
#preload = ~/.config/wallpapers/keke.png
|
||||
#preload = ~/.config/wallpapers/boobiful.png
|
||||
#preload = ~/.config/wallpapers/bremer.png
|
||||
#preload = ~/.config/wallpapers/bremer2.png
|
||||
#preload = ~/.config/wallpapers/aqua.png
|
||||
#preload = ~/.config/wallpapers/keke.png
|
||||
#preload = ~/.config/wallpapers/yellow.png
|
||||
#if more than one preload is desired then continue to preload other backgrounds
|
||||
#preload = /path/to/next_image.png
|
||||
# .. more preloads
|
||||
|
||||
#set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used
|
||||
#wallpaper = monitor1,/path/to/image.png
|
||||
#if more than one monitor in use, can load a 2nd image
|
||||
#wallpaper = ,~/.config/wallpapers/keke.png
|
||||
wallpaper = ,~/.config/wallpapers/yellow.png
|
||||
#wallpaper = ,~/.config/wallpapers/boobiful.png
|
||||
#wallpaper = ,~/.config/wallpapers/bremer.png
|
||||
#wallpaper = ,~/.config/wallpapers/breme2.png
|
||||
#wallpaper = ,~/.config/wallpapers/aqua.png
|
||||
#wallpaper = ,~/.config/wallpapers/
|
||||
# .. more monitors
|
||||
|
||||
#enable splash text rendering over the wallpaper
|
||||
#splash = true
|
||||
|
||||
#fully disable ipc
|
||||
# ipc = off
|
||||
19
.config/hypr/portal-setup.sh
Executable file
19
.config/hypr/portal-setup.sh
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/bin/bash
|
||||
|
||||
sleep 1
|
||||
killall xdg-desktop-portal-hyprland
|
||||
killall xdg-desktop-portal-gtk
|
||||
killall xdg-desktop-portal-gnome
|
||||
killall xdg-desktop-portal-wlr
|
||||
killall xdg-desktop-portal-kde
|
||||
killall xdg-desktop-portal
|
||||
logger 'killed all xdg-desktop'
|
||||
sleep 1
|
||||
/usr/libexec/xdg-desktop-portal-gtk &
|
||||
logger 'xdg-desktop-portal-gtk started'
|
||||
sleep 1
|
||||
/usr/libexec/xdg-desktop-portal-hyprland &
|
||||
logger 'xdg-desktop-portal-hyprland started'
|
||||
sleep 2
|
||||
/usr/libexec/xdg-desktop-portal &
|
||||
logger 'xdg-desktop-portal started'
|
||||
Loading…
Add table
Add a link
Reference in a new issue