mako
This commit is contained in:
@@ -7,6 +7,7 @@ source = rules.conf
|
|||||||
|
|
||||||
$scritps = ~/.config/hypr/scripts
|
$scritps = ~/.config/hypr/scripts
|
||||||
|
|
||||||
|
exec-once = mako &
|
||||||
exec-once = nm-applet &
|
exec-once = nm-applet &
|
||||||
exec-once = waybar &
|
exec-once = waybar &
|
||||||
exec-once = hyprpm reload -n
|
exec-once = hyprpm reload -n
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|||||||
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
|
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
|
||||||
|
|
||||||
# Center vscode prompts
|
# Center vscode prompts
|
||||||
windowrulev2 = center,xwayland:1,floating:1,fullscreen:0,pinned:0,initialTitle:Code - OSS
|
windowrulev2 = center,xwayland:1,floating:1,fullscreen:0,pinned:0,initialClass:Electron
|
||||||
|
|
||||||
# Steam friends list
|
# Steam friends list
|
||||||
windowrulev2 = float,initialClass:steam,initialTitle:Friends List
|
windowrulev2 = float,initialClass:steam,initialTitle:Friends List
|
||||||
@@ -29,3 +29,8 @@ windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
|
|||||||
windowrule = rounding 0, floating:0, onworkspace:w[tv1]
|
windowrule = rounding 0, floating:0, onworkspace:w[tv1]
|
||||||
windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
||||||
windowrule = rounding 0, floating:0, onworkspace:f[1]
|
windowrule = rounding 0, floating:0, onworkspace:f[1]
|
||||||
|
|
||||||
|
# Prevend idle when using fullscreen app
|
||||||
|
windowrulev2 = idleinhibit fullscreen, class:^(*)$
|
||||||
|
windowrulev2 = idleinhibit fullscreen, title:^(*)$
|
||||||
|
windowrulev2 = idleinhibit fullscreen, fullscreen:1
|
||||||
|
|||||||
8
setup.sh
8
setup.sh
@@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e\
|
||||||
|
|
||||||
|
mkdir -p ~/.config
|
||||||
|
mkdir -p ~/wallpapers
|
||||||
|
|
||||||
if ! command -v yay 2>&1 >/dev/null
|
if ! command -v yay 2>&1 >/dev/null
|
||||||
then
|
then
|
||||||
@@ -24,7 +27,8 @@ sudo pacman -Syu --noconfirm \
|
|||||||
pavucontrol \
|
pavucontrol \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
orchis-theme \
|
orchis-theme \
|
||||||
brightnessctl
|
brightnessctl \
|
||||||
|
mako
|
||||||
|
|
||||||
if ! command -v yay 2>&1 >/dev/null
|
if ! command -v yay 2>&1 >/dev/null
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user