Skip to content

Commit

Permalink
New wabar conf and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
harrythezomby committed Jul 22, 2024
1 parent 459c7cd commit d0fddb0
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 918 deletions.
7 changes: 4 additions & 3 deletions hypr/parts/default-exec.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Launch apps
# Default
exec-once = ags
exec-once = swaync
exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = fcitx5
exec-once = joplin-desktop
exec-once = easyeffects --gapplication-service
exec-once = powerprofilesctl set balanced
exec-once = hypridle
exec-once=kdeconnectd

# Bars
#exec-once = ags
exec-once = waybar

# Clipboard Manager
#exec-once = wl-paste --type text --watch cliphist store #Stores only text data
Expand Down
3 changes: 3 additions & 0 deletions hypr/parts/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ input {

sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
numlock_by_default = true

repeat_delay = 200
repeat_rate = 50
}

#Gestures
Expand Down
18 changes: 9 additions & 9 deletions hypr/parts/pc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
# Monitors

# Left Horizontal
#monitor=DP-4,2560x1080@90,0x0,1
#monitor=DP-4,addreserved,0,0,0,200
monitor=DP-2,2560x1080@90,0x0,1
monitor=DP-2,addreserved,0,0,0,200

#monitor=DP-2,2560x1080@200,2560x0,1
#monitor=DP-3,2560x1080@90,5120x-500,1,transform,1
monitor=DP-4,2560x1080@200,2560x0,1
monitor=DP-3,2560x1080@90,5120x-500,1,transform,1

#monitor = DP-1,2560x1080@180,2560x0,1
monitor = DP-1,2560x1080@180,2560x0,1

# Left Vertical
monitor=DP-2,2560x1080@90,0x-800,1,transform,3
#monitor=DP-2,2560x1080@90,0x-800,1,transform,3

monitor=DP-4,2560x1080@200,1080x0,1
monitor=DP-1,2560x1080@180,1080x0,1
#monitor=DP-4,2560x1080@200,1080x0,1
#monitor=DP-1,2560x1080@180,1080x0,1

monitor=DP-3,2560x1080@90,3640x-500,1,transform,1
#monitor=DP-3,2560x1080@90,3640x-500,1,transform,1

# Assign Workspaces to Monitors
workspace=1,monitor:DP-2
Expand Down
Loading

0 comments on commit d0fddb0

Please sign in to comment.