add som shizz
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor= desc:Samsung Electric Company Odyssey G95SC H1AK500000, 5120x1440@120, 0x0, 1
|
||||
monitor= desc:Acer Technologies VG271U M3 1322131231233, preferred, auto-left, 1, transform, 3
|
||||
|
||||
#monitor= desc:Samsung Electric Company Odyssey G95SC H1AK500000, 5120x1440@120, 0x0, 1
|
||||
#monitor= desc:Acer Technologies VG271U M3 1322131231233, preferred, auto-left, 1, transform, 3
|
||||
monitor= eDP-1, preferred, -1920x0, 1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -47,14 +47,16 @@ $powerMenu = rofi -show power-menu -modi power-menu:rofi-power-menu -theme round
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = hyprpm reload
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = hypridle
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = swaync
|
||||
exec-once = steam -silent
|
||||
exec-once = [workspace 4] flatpak run com.discordapp.Discord --start-minimized
|
||||
|
||||
exec-once = flatpak run com.discordapp.Discord --start-minimized
|
||||
exec-once = iio-hyprland --left-master eDP-1
|
||||
# exec-once = sysboard
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@@ -75,16 +77,16 @@ env = PATH,$PATH:$HOME/.local/bin
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
gaps_out = 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 = rgba(6c0a6eee) rgba(e664e8ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
resize_on_border = true
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
@@ -163,7 +165,7 @@ animations {
|
||||
# windowrulev2 = opacity 1 .9, title:(Jellyfin Media Player)
|
||||
|
||||
# Disable idle when fullscreen app is enabled
|
||||
windowrulev2 = idleinhibit fullscreen, class:.*
|
||||
# windowrulev2 = idleinhibit fullscreen, class:.*
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
@@ -235,10 +237,10 @@ source = ~/.config/hypr/keybinds.conf
|
||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
# windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
# windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
#Multi-monitor Worksapces
|
||||
workspace = 1, monitor: DP-1
|
||||
@@ -249,3 +251,44 @@ workspace = 5, monitor: DP-2
|
||||
workspace = 6, monitor: DP-2
|
||||
workspace = 7, monitor: DP-2
|
||||
workspace = 8, monitor: DP-2
|
||||
|
||||
hyprgrass-bind = , edge:d:u, exec, sh $HOME/.config/hypr/toggle_kbd.sh
|
||||
plugin {
|
||||
touch_gestures {
|
||||
# The default sensitivity is probably too low on tablet screens,
|
||||
# I recommend turning it up to 4.0
|
||||
sensitivity = 1.0
|
||||
|
||||
# must be >= 3
|
||||
workspace_swipe_fingers = 3
|
||||
|
||||
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
|
||||
# and can be used at the same time
|
||||
# possible values: l, r, u, or d
|
||||
# to disable it set it to anything else
|
||||
workspace_swipe_edge = nope
|
||||
|
||||
# in milliseconds
|
||||
long_press_delay = 400
|
||||
|
||||
# resize windows by long-pressing on window borders and gaps.
|
||||
# If general:resize_on_border is enabled, general:extend_border_grab_area is used for floating
|
||||
# windows
|
||||
resize_on_border_long_press = true
|
||||
|
||||
# in pixels, the distance from the edge that is considered an edge
|
||||
edge_margin = 10
|
||||
|
||||
# emulates touchpad swipes when swiping in a direction that does not trigger workspace swipe.
|
||||
# ONLY triggers when finger count is equal to workspace_swipe_fingers
|
||||
#
|
||||
# might be removed in the future in favor of event hooks
|
||||
emulate_touchpad_swipe = false
|
||||
|
||||
experimental {
|
||||
# send proper cancel events to windows instead of hacky touch_up events,
|
||||
# NOT recommended as it crashed a few times, once it's stabilized I'll make it the default
|
||||
send_cancel = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user