Changeset 4f2555f in dotfiles
- Timestamp:
- Mar 8, 2020, 1:13:16 AM (5 years ago)
- Branches:
- master
- Children:
- 4d7b63b
- Parents:
- 9c9ce77
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
X/.Xdefaults
r9c9ce77 r4f2555f 4 4 *.foreground: #cccccc 5 5 *.background: #2d2d2d 6 *.cursorColor: # aeafad6 *.cursorColor: #f2777a 7 7 8 8 ! Black / Grey … … 41 41 URxvt.font: xft:terminus:pixelsize=14 42 42 URxvt.scrollBar: false 43 URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select44 URxvt.keysym.M-u: perl:url-select:select_next45 43 URxvt.underlineURLs: True 46 44 URxvt.cursorBlink: True … … 56 54 Xft.antialias: 1 57 55 Xft.rgba: rgb 56 57 ! Change cursor 58 Xcursor.theme: Adwaita -
guix/.bash_profile
r9c9ce77 r4f2555f 71 71 72 72 if [ "$(tty)" = "/dev/tty1" ]; then 73 herd start && 73 74 exec sway 74 75 fi -
guix/.config/sway/config
r9c9ce77 r4f2555f 164 164 bindsym $mod+r mode "resize" 165 165 166 #167 # Status Bar:168 #169 # Read `man 5 sway-bar` for more information about this section.170 166 bar { 171 167 position top … … 174 170 # The default just shows the current date and time. 175 171 status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done 172 #swaybar_command waybar 176 173 #status_command while echo 'hello'; do sleep1; done 177 174 strip_workspace_name yes 178 175 179 176 colors { … … 184 181 } 185 182 } 183 186 184 187 185 input type:keyboard { … … 195 193 hide_edge_borders vertical 196 194 195 gaps inner 1 196 197 197 #include /gnu/store/08mg9iahnyh4fyrafla3zyb5an2jscb0-sway-1.2/etc/sway/config.d/* -
guix/config.scm
r9c9ce77 r4f2555f 2 2 ;; I use it on my libreboot'ed thinkpad X200T 3 3 ;; 4 ;; Wayland + Sway setup for development (Python, Haskell, Lisp, C) 5 ;; 4 6 ;; Feel free to use it 5 7 ;; https://w96k.ru … … 9 11 10 12 (use-service-modules xorg 13 dbus 11 14 admin 12 15 networking … … 28 31 (define %my-services 29 32 (cons* 30 ;;(service slim-service-type)33 (service slim-service-type) 31 34 (service dhcp-client-service-type) 32 35 … … 34 37 (libvirt-configuration 35 38 (unix-sock-group "libvirt"))) 36 x11-socket-directory-service 39 ;;x11-socket-directory-service 40 ;;(service dbus-root-service-type) 37 41 38 42 ;; Wacom tablet support … … 73 77 (map specification->package 74 78 '(;;"emacs-next" 75 "emacs "79 "emacs-no-x-toolkit" 76 80 "emacs-with-editor" 77 81 "emacs-use-package" … … 259 263 "sway" 260 264 "dmenu" 261 "waybar"265 ;;"waybar" 262 266 "gnunet" 263 267 "adwaita-icon-theme"
Note:
See TracChangeset
for help on using the changeset viewer.