fixed update
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# background processes
|
||||
|
||||
|
||||
exec-once=/usr/lib/xdg-desktop-portal -r -v
|
||||
## update tealdeer/tldr
|
||||
exec-once=tldr --update
|
||||
## start dsearch file indexer
|
||||
@@ -10,6 +12,10 @@ exec-once=systemctl --user start hyprpolkitagent
|
||||
exec-once=~/.config/sdgos/firstrun.sh
|
||||
## start nautilus in the background
|
||||
exec-once=nautilus --gapplication-service
|
||||
## dankcalendar
|
||||
exec-once=dcal run -d --hidden
|
||||
|
||||
|
||||
|
||||
## start DankMaterial Shell
|
||||
exec-once=dms run
|
||||
|
||||
+8
-1
@@ -12,6 +12,10 @@ bind=SUPER+ALT,C,restore_minimized
|
||||
#specific terminal scratchpad for a quick access terminal
|
||||
bind=SUPER+ALT,SPACE,toggle_named_scratchpad,com.mitchellh.ghostty,scratchpad-term,ghostty +new-window --title="scratchpad-term" && sleep 0.2 && mmsg dispatch toggle_named_scratchpad,com.mitchellh.ghostty,scratchpad-term,ghostty +new-window --title="scratchpad-term"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
##! window management
|
||||
bind=SUPER,T,togglefloating, # float/unfloat active window
|
||||
bind=SUPER,F,togglefullscreen, # fullscreen active window
|
||||
@@ -20,7 +24,9 @@ bind=SUPER,Q,killclient, # Close active window
|
||||
bind=SUPER+SHIFT,Q,quit, # Exit mango
|
||||
bind=SUPER+SHIFT,P,toggleoverlay, # toggle overlay mode
|
||||
bind=SUPER,P,toggleglobal
|
||||
bind=ALT,TAB,toggleoverview
|
||||
bind=ALT,TAB,togglejump
|
||||
bind=CTRL,TAB,spawn_shell,mmsg dispatch setoption,ov_tab_mode,0 && mmsg dispatch togglejump && sleep 3 && mmsg dispatch setoption,ov_tab_mode,1 # toggle overview
|
||||
#bindr=CTRL,TAB,spawn_shell,mmsg dispatch setoption,ov_tab_mode,1
|
||||
bind=SUPER,A,spawn_shell,~/.config/sdgos/misc/layoutbutton.sh # special layout toggle
|
||||
bind=SUPER+SHIFT,A,switch_layout
|
||||
|
||||
@@ -42,6 +48,7 @@ bind=SUPER,M,spawn_shell,ghostty -e ~/.config/sdgos/mango-config.sh # show mango
|
||||
bind=SUPER+ALT,M,spawn_shell,ghostty -e ~/.config/sdgos/config-overview/menu.sh # mango config explainer menu
|
||||
bind=SUPER+SHIFT,W,spawn_shell,ghostty --title="Floating-Menu" -e ~/.config/sdgos/tuis/layout-switch.sh # switch between layouts on the current workspace
|
||||
bind=SUPER+SHIFT,D,spawn_shell,ghostty --title="Floating-Menu" -e ~/.config/sdgos/tuis/bar-presets.sh # switch bar presets
|
||||
bind=SUPER+ALT,T,spawn_shell,ghostty --title="Floating-Menu" -e ~/.config/sdgos/misc/colors.sh # show dank palette colors
|
||||
|
||||
###! wallpapers
|
||||
bind=ALT,W,spawn_shell,dms ipc call wallpaper next # next wallpaper
|
||||
|
||||
@@ -7,6 +7,7 @@ source=~/.config/mango/input.conf
|
||||
source=~/.config/mango/layouts.conf
|
||||
source=~/.config/mango/monitors.conf
|
||||
source=~/.config/mango/windowrules.conf
|
||||
source=~/.config/mango/matugen.conf
|
||||
source=~/.config/mango/dms/colors.conf
|
||||
source=~/.config/mango/dms/layout.conf
|
||||
source=~/.config/mango/dms/outputs.conf
|
||||
|
||||
@@ -56,3 +56,19 @@ borderpx=2
|
||||
bordercolor=0x88aaad82
|
||||
focuscolor=0x33ccffee
|
||||
|
||||
rootcolor=0x1f232bff
|
||||
|
||||
|
||||
# tab bar
|
||||
tab_bar_decorate_border_width = 2
|
||||
tab_bar_decorate_corner_radius = 10
|
||||
tab_bar_decorate_padding_x = 3
|
||||
tab_bar_decorate_padding_y = 3
|
||||
tab_bar_decorate_font_desc = CaskaydiaCove NFM 10
|
||||
|
||||
# jump mode
|
||||
jump_label_decorate_border_width = 2
|
||||
jump_label_decorate_corner_radius = 10
|
||||
jump_label_decorate_padding_x = 6
|
||||
jump_label_decorate_padding_y = 6
|
||||
jump_label_decorate_font_desc = CaskaydiaCove NFM 20
|
||||
@@ -1,7 +1,8 @@
|
||||
# XDG Desktop Portal
|
||||
env=XDG_CURRENT_DESKTOP,wlroots
|
||||
env=XDG_SESSION_TYPE,wayland
|
||||
env=XDG_SESSION_DESKTOP,SDG-OS
|
||||
env=XDG_SESSION_DESKTOP,wlroots
|
||||
env=XDG_SESSION_CLASS,user
|
||||
|
||||
# QT
|
||||
env=QT_QPA_PLATFORM,wayland;xcb
|
||||
@@ -12,6 +13,7 @@ env=QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
|
||||
# GTK
|
||||
env=GDK_SCALE,1
|
||||
#env=GTK_THEME,adw-gtk3-dark
|
||||
|
||||
# Mozilla
|
||||
env=MOZ_ENABLE_WAYLAND,1
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
|
||||
circle_layout=dwindle,scroller,vertical_scroller,center_tile,tile
|
||||
|
||||
tab_bar_height = 25
|
||||
|
||||
# Scroller Layout Setting
|
||||
scroller_structs=20
|
||||
scroller_default_proportion=0.8
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
#background
|
||||
rootcolor = 0x0d141cff
|
||||
|
||||
#borders
|
||||
maximizescreencolor = 0xb8c6eaff
|
||||
scratchpadcolor = 0xbfc2faff
|
||||
globalcolor = 0xb8c6eaff
|
||||
overlaycolor = 0x3e4372ff
|
||||
|
||||
#jump mode
|
||||
jump_label_decorate_fg_color = 0x9bcaffff
|
||||
jump_label_decorate_bg_color = 0x0d141cff
|
||||
jump_label_decorate_focus_fg_color = 0xbfc2faff
|
||||
jump_label_decorate_focus_bg_color = 0x414750ff
|
||||
jump_label_decorate_border_color = 0x9bcaffff
|
||||
|
||||
#monocle tabs
|
||||
tab_bar_decorate_fg_color = 0x9bcaffff
|
||||
tab_bar_decorate_bg_color = 0x0d141cff
|
||||
tab_bar_decorate_focus_fg_color = 0xbfc2faff
|
||||
tab_bar_decorate_focus_bg_color = 0x414750ff
|
||||
tab_bar_decorate_border_color = 0x9bcaffff
|
||||
@@ -5,5 +5,4 @@ windowrule=appid:firefox,focused_opacity:0.95,unfocused_opacity:0.85
|
||||
windowrule=appid:virt-manager,focused_opacity:1,unfocused_opacity:1
|
||||
|
||||
# fix some issues with warframe not capturing mouse.
|
||||
allow_tearing=2
|
||||
windowrule=appid:broken,focused_opacity:1,unfocused_opacity:1,force_tearing:1,isfullscreen:1,monitor:HDMI-A-1
|
||||
windowrule=appid:broken,focused_opacity:1,unfocused_opacity:1,isfullscreen:1,monitor:HDMI-A-1
|
||||
Reference in New Issue
Block a user