mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix: Add sdcv
This commit is contained in:
parent
608cd05802
commit
a9d8bcb500
16 changed files with 267 additions and 112 deletions
|
|
@ -49,6 +49,7 @@ xwayland {
|
|||
# Format:
|
||||
# MONITOR_NAME,RESOLUTION@REFRESH_RATE,OFFSET_XxOFFSET_Y,SCALE
|
||||
monitor=DP-2,3840x2160@60,0x0,1.667
|
||||
monitor=eDP-1,disable
|
||||
|
||||
|
||||
###################
|
||||
|
|
@ -72,7 +73,7 @@ monitor=DP-2,3840x2160@60,0x0,1.667
|
|||
# Top Bar
|
||||
exec-once = waybar &
|
||||
# Notifications
|
||||
exec-once = dunst &
|
||||
# exec-once = dunst &
|
||||
# exec-once = hyprpanel &
|
||||
# wallpapers
|
||||
exec-once = swww-daemon &
|
||||
|
|
@ -86,8 +87,6 @@ exec-once = wl-paste --watch cliphist store
|
|||
# exec-once = QT_SCALE_FACTOR=1 albert &
|
||||
# Bluetooth Manager
|
||||
exec-once = blueman-applet &
|
||||
# Time Tracker
|
||||
exec-once = aw-qt &
|
||||
|
||||
|
||||
|
||||
|
|
@ -137,7 +136,7 @@ general {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 0
|
||||
rounding = 20
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
# active_opacity = 1
|
||||
|
|
@ -235,12 +234,12 @@ input {
|
|||
}
|
||||
}
|
||||
|
||||
# gesture = 4, horizontal, workspace
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
# gestures {
|
||||
# workspace_swipe = true
|
||||
# workspace_swipe_fingers = 4
|
||||
# }
|
||||
gesture = 4, horizontal, workspace
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 4
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
|
|
@ -248,6 +247,10 @@ gesture = 4, horizontal, workspace
|
|||
# name = epic-mouse-v1
|
||||
# sensitivity = -0.5
|
||||
# }
|
||||
# gesture = 3, horizontal, workspace
|
||||
# gesture = 3, down, mod: ALT, close
|
||||
# gesture = 3, up, mod: SUPER, scale: 1.5, fullscreen
|
||||
# gesture = 3, left, scale: 1.5, float
|
||||
|
||||
windowrulev2 = opaque, workspace:2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue