500 damagene
This commit is contained in:
59
private_dot_config/mako/config
Normal file
59
private_dot_config/mako/config
Normal file
@@ -0,0 +1,59 @@
|
||||
## Mako configuration file
|
||||
|
||||
# GLOBAL CONFIGURATION OPTIONS
|
||||
max-history=100
|
||||
sort=-time
|
||||
|
||||
# BINDING OPTIONS
|
||||
on-button-left=dismiss
|
||||
on-button-middle=none
|
||||
on-button-right=dismiss-all
|
||||
on-touch=dismiss
|
||||
on-notify=exec mpv --volume=150 /usr/share/sounds/freedesktop/stereo/message.oga
|
||||
|
||||
# STYLE OPTIONS
|
||||
font=Pixel Code 10
|
||||
width=300
|
||||
height=100
|
||||
margin=10
|
||||
padding=15
|
||||
border-size=2
|
||||
border-radius=0
|
||||
icons=1
|
||||
max-icon-size=48
|
||||
icon-location=left
|
||||
markup=1
|
||||
actions=1
|
||||
history=1
|
||||
text-alignment=left
|
||||
default-timeout=5000
|
||||
ignore-timeout=0
|
||||
max-visible=5
|
||||
layer=overlay
|
||||
anchor=top-center
|
||||
|
||||
background-color=#282828
|
||||
text-color=#d9e0ee
|
||||
border-color=#98971a
|
||||
progress-color=over #89b4fa
|
||||
|
||||
[urgency=low]
|
||||
border-color=#98971a
|
||||
default-timeout=2000
|
||||
|
||||
[urgency=normal]
|
||||
border-color=#98971a
|
||||
default-timeout=5000
|
||||
|
||||
[urgency=high]
|
||||
border-color=#f38ba8
|
||||
text-color=#f38ba8
|
||||
default-timeout=0
|
||||
|
||||
[category=mpd]
|
||||
border-color=#f9e2af
|
||||
default-timeout=2000
|
||||
group-by=category
|
||||
|
||||
[mode=dnd]
|
||||
invisible=1
|
||||
@@ -33,9 +33,10 @@ include /etc/sway/config-vars.d/*
|
||||
# pos 1360 0
|
||||
# }
|
||||
set $main DP-1
|
||||
set $second HDMI-A-4
|
||||
# set $second HDMI-A-4
|
||||
set $second DP-3
|
||||
# set $TV HDMI-A-3
|
||||
output $second resolution 1360x768 pos 3130 100
|
||||
# output $second resolution 1680x1050 pos 3130 100
|
||||
output $TV {
|
||||
mode 1360x768
|
||||
disable
|
||||
@@ -46,10 +47,8 @@ pos 0 0
|
||||
}
|
||||
focus output $main
|
||||
output $second {
|
||||
resolution 1280x1024@60.020Hz pos 1920 0
|
||||
resolution 1680x1050 pos 1920 0
|
||||
transform 270
|
||||
scale 0.85
|
||||
disable
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#The best hot key ever
|
||||
bindsym ctrl+$mod+v exec firefox https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
||||
bindsym $mod+i exec emacsclient -nc
|
||||
bindsym $mod+i exec emacs
|
||||
# bindsym ctrl+$mods+b exec --no-startup-id ~/scripts/bing_chilling.sh
|
||||
#disable mouse binds
|
||||
#bindsym $mod+shift+a exec ~/scripts/mouse.sh -0.5 0
|
||||
@@ -96,5 +96,9 @@ exec_always wpctl set-volume @DEFAULT_AUDIO_SINK@ 90%
|
||||
exec_always wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 52%
|
||||
|
||||
#Sway Notif Center
|
||||
exec swaync
|
||||
bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||
# exec swaync
|
||||
# bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||
|
||||
#mako time
|
||||
exec mako
|
||||
bindsym $mod+Shift+n exec makoctl mode -t dnd
|
||||
|
||||
Reference in New Issue
Block a user