More things, fix NASC

This commit is contained in:
Nemo 2020-02-23 01:41:52 +05:30
parent a131dbe261
commit 2d1fc44a55
3 changed files with 7 additions and 6 deletions

View File

@ -3,9 +3,9 @@ LocationMode=path-bar
ShowHidden=false ShowHidden=false
ShowSizeColumn=true ShowSizeColumn=true
GeometryX=540 GeometryX=540
GeometryY=233 GeometryY=218
GeometryWidth=840 GeometryWidth=840
GeometryHeight=630 GeometryHeight=644
SortColumn=modified SortColumn=modified
SortOrder=descending SortOrder=descending
StartupMode=recent StartupMode=recent

View File

@ -247,13 +247,12 @@ exec "/home/nemo/.config/polybar/launch.sh dark"
# Sticky Notepad # Sticky Notepad
exec --no-startup-id xpad exec --no-startup-id xpad
# Sticky math app # Sticky math app
exec --no-startup-id com.github.parnold-x.nasc exec --no-startup-id GTK_THEME=Ambiance com.github.parnold-x.nasc
#bindsym $mod+F1 [class="xpad" instance="xpad"] scratchpad show #bindsym $mod+F1 [class="xpad" instance="xpad"] scratchpad show
# Go through all windows # Go through all windows
#bindsym $mod+F2 scratchpad show #bindsym $mod+F2 scratchpad show
# Only for Nasc # Only for Nasc
#bindsym $mod+F3 [class="Com.github.parnold-x.nasc"] scratchpad show bindsym $mod+F3 [class="Com.github.parnold-x.nasc"] scratchpad show
# Scratchpad # Scratchpad
bindsym $mod+shift+z move scratchpad bindsym $mod+shift+z move scratchpad

View File

@ -1 +1,3 @@
SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/ssh-agent.socket" SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/ssh-agent.socket"
SSH_AGENT_PID DEFAULT=
GSM_SKIP_SSH_AGENT_WORKAROUND DEFAULT=1