CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 17:39:02 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=b2fd77d74e97242cef5777f6633fc3d4ff97b40729b840d7249283a237cac260a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22lGlUSx-19Xo5HUKJIoDlWP6VVW6UPMd8%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d02271da443e92-BLR
stumpwm : grenumber - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; Extension code for the Stump Window Manager
- ;; https://stumpwm.github.io/
- (defcommand grenumber (new-number &optional (screen (current-screen))) ((:number "Number: "))
- "Change the current group's number to the specified number. If another group
- is using the number, then the groups swap numbers. Defaults to current screen."
- (let* ((this-group (current-group screen))
- (current-number (group-number this-group))
- (other-group (find-if
- #'(lambda (grp) (= (group-number grp) new-number))
- (screen-groups screen))))
- ;; If another group has the new number, change it to the number of the
- ;; current group.
- (when other-group
- (setf (group-number other-group) current-number))
- ;; Now, set the current group to the new number.
- (setf (group-number this-group) new-number)))
Advertisement
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 3 sec ago | 0.10 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 4 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 13 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 30 sec ago | 0.10 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 31 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 40 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 49 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand