FEAT: fixes to hyperland as well as integration for swappy
This commit is contained in:
parent
bcadb46269
commit
551993863a
@ -22,8 +22,8 @@
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=DP-1,2560x1440@165,0x0,1
|
||||
monitor=DP-2,3440x1440@165,-440x1440,1
|
||||
monitor=DP-2,2560x1440@165,0x0,1
|
||||
monitor=DP-1,3440x1440@165,-440x1440,1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@ -35,7 +35,8 @@ monitor=DP-2,3440x1440@165,-440x1440,1
|
||||
$terminal = kitty
|
||||
$fileManager = pcmanfm
|
||||
$menu = rofi -show drun
|
||||
$screenshot = slurp | grim -g - ~/Pictures/Screenshots/screenshot_$(date "+%Y-%m-%d_%T").png
|
||||
#$screenshot = slurp | grim -g - ~/Pictures/Screenshots/screenshot_$(date "+%Y-%m-%d_%T").png
|
||||
$screenshot = grim -g "$(slurp)" - | swappy -f -
|
||||
$pwmanager = bitwarden-desktop
|
||||
$lockscreen = hyprlock
|
||||
|
||||
@ -49,8 +50,8 @@ $lockscreen = hyprlock
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = bitwarden-desktop
|
||||
exec-once = nm-applet
|
||||
exec-once = bitwarden-desktop
|
||||
exec-once = nextcloud --background
|
||||
|
||||
|
||||
@ -281,7 +282,7 @@ cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
workspace = 1, monitor:DP-2
|
||||
#workspace = 1, monitor:DP-2
|
||||
|
||||
plugin {
|
||||
split-monitor-workspaces {
|
||||
|
Loading…
x
Reference in New Issue
Block a user