ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

progman: add config

+118
+118
.config/progman/progman.ini
··· 1 + # 2 + # This is the configuration file for progman, and is optional. It should exist 3 + # at ~/.config/progman/progman.ini 4 + # 5 + # Lines starting with '#' are ignored as comments. 6 + # 7 + 8 + [progman] 9 + font = Microsoft Sans Serif:bold:size=12 10 + iconfont = Microsoft Sans Serif:size=10 11 + 12 + # Focused windows 13 + fgcolor = white 14 + bgcolor = #0000a8 15 + 16 + # Unfocused windows 17 + unfocused_fgcolor = black 18 + unfocused_bgcolor = white 19 + 20 + # Borders 21 + border_fgcolor = black 22 + border_bgcolor = #c0c7c8 23 + border_width = 6 24 + button_bgcolor = #c0c7c8 25 + title_padding = 6 26 + 27 + # For HiDPI displays, how many times to scale icons and buttons 28 + scale = 2 29 + 30 + # Launcher 31 + launcher_fgcolor = black 32 + launcher_bgcolor = #c0c7c8 33 + 34 + # When not specified, the root color is not changed 35 + #root_bgcolor = #a3ccbd 36 + root_bgcolor = #b7d3e0 37 + 38 + # Move windows by holding down this key and mouse button 39 + drag_combo = Win+Mouse1 40 + 41 + # When moving windows, how hard to resist going off-screen 42 + edgeresist = 80 43 + 44 + # Custom key bindings can be specified as "Modifier+Key = action". 45 + [keyboard] 46 + Win+Tab = cycle 47 + Shift+Win+Tab = reverse_cycle 48 + Win+1 = desk 0 49 + Win+2 = desk 1 50 + Win+3 = desk 2 51 + Win+4 = desk 3 52 + Win+5 = desk 4 53 + Win+6 = desk 5 54 + Win+7 = desk 6 55 + Win+8 = desk 7 56 + Win+9 = desk 8 57 + Win+0 = desk 9 58 + Ctrl+Win+L = exec pkill -USR1 xidle 59 + Win+Return = exec urxvt -g 80x40 60 + # x1 nano F keys 61 + F1 = exec ~/bin/volume mute 62 + F2 = exec ~/bin/volume down 63 + F3 = exec ~/bin/volume up 64 + F5 = exec xbacklight -dec 10 -steps 1 -time 0 65 + F6 = exec xbacklight -inc 10 -steps 1 -time 0 66 + F10 = exec ~/bin/music prev 67 + F11 = exec ~/bin/music playpause 68 + F12 = exec ~/bin/music next 69 + Win+F12 = exec ~/bin/music nextalbum 70 + # but let Win+F# send that F# key to the selected window 71 + Win+F1 = exec xdotool selectwindow key F1 72 + Win+F2 = exec xdotool selectwindow key F2 73 + Win+F3 = exec xdotool selectwindow key F3 74 + Win+F4 = exec xdotool selectwindow key F4 75 + Win+F5 = exec xdotool selectwindow key F5 76 + Win+F6 = exec xdotool selectwindow key F6 77 + Win+F7 = exec xdotool selectwindow key F7 78 + Win+F8 = exec xdotool selectwindow key F8 79 + Win+F9 = exec xdotool selectwindow key F9 80 + Win+F10 = exec xdotool selectwindow key F10 81 + Win+F11 = exec xdotool selectwindow key F11 82 + # creative bt-w3 keys sent via ucc(4) 83 + XF86AudioPlay = exec ~/bin/music playpause 84 + XF86AudioNext = exec ~/bin/music next 85 + XF86AudioPrev = exec ~/bin/music prev 86 + 87 + # Mouse clicks on desktop: right click reveals launcher, middle click launches 88 + # terminal, wheel navigates desktops 89 + [desktop] 90 + Mouse2 = exec urxvt -g 80x40 91 + Mouse3 = launcher 92 + Mouse4 = desk next 93 + Mouse5 = desk previous 94 + 95 + # When the launcher action is performed from a key binding or desktop click, 96 + # this list will be shown; actions are the same as keyboard bindings 97 + [launcher] 98 + Urxvt = exec urxvt -g 80x40 99 + Mutt = exec env RUN_AND_RETURN=mutt urxvt -g 100x48+20+20 -title mutt 100 + IRC = exec env RUN_AND_RETURN=irc urxvt -g 90x30-32+20 -title irssi 101 + SyncTERM = exec syncterm -iS 102 + Audacious = exec audacious 103 + Firefox = exec firefox 104 + - = 105 + Xfe = exec xfe ~/Downloads 106 + Geeqie = exec geeqie 107 + Gimp = exec gimp 108 + XCalc = exec xcalc 109 + XEyes = exec xeyes 110 + XClock = exec xclock -g -40-80 111 + Screenshot = exec ksnip 112 + Lock = exec pkill -USR1 xidle 113 + - = 114 + Volume Up = exec ~/bin/volume up 115 + Volume Down = exec ~/bin/volume down 116 + - = 117 + Restart = restart 118 + Quit = quit