Changeset 53e5e13 in dotfiles
- Timestamp:
- Mar 12, 2020, 7:22:49 PM (5 years ago)
- Branches:
- master
- Children:
- eaffc2c
- Parents:
- 4d7b63b
- Location:
- guix
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.config/sway/config
r4d7b63b r53e5e13 18 18 19 19 set $menu dmenu_path | dmenu | xargs swaymsg exec -- 20 exec dmenu 21 #exec mako 20 22 21 23 exec swayidle -w \ … … 32 34 bindsym $mod+Return exec $term 33 35 bindsym $mod+c exec $term 36 34 37 35 38 # Kill focused window … … 164 167 bindsym $mod+r mode "resize" 165 168 169 # Volume control 170 bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+ 171 bindsym XF86AudioLowerVolume exec amixer -q sset Master 5%- 172 bindsym XF86AudioMute exec amixer -q sset Master toggle 173 166 174 bar { 167 175 position top … … 169 177 # When the status_command prints a new line to stdout, swaybar updates. 170 178 # The default just shows the current date and time. 171 status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done 179 #status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done 180 181 status_command SCRIPT_DIR=~/.config/i3blocks/ i3blocks 172 182 #swaybar_command waybar 173 183 #status_command while echo 'hello'; do sleep1; done 174 184 strip_workspace_name yes 185 186 #tray_output primary 175 187 176 188 colors { -
guix/config.scm
r4d7b63b r53e5e13 212 212 "zsh" 213 213 "zsh-autosuggestions" 214 ;;"xorg-server"215 ;;"xorg-server-xwayland"216 "libva"217 "libva-utils"218 "intel-vaapi-driver"219 214 "curl" 220 "glu"221 "libxi"222 "freeglut"223 215 "xf86-video-intel" 224 216 "patchelf" 225 217 "binutils" 226 218 "gcc-toolchain" 219 "make" 227 220 "glibc" 228 221 "stow"
Note:
See TracChangeset
for help on using the changeset viewer.