speedwm-personal/docs/example.Xresources
2022-10-19 19:25:38 +02:00

227 lines
11 KiB
Plaintext

!! speedwm configuration file
!!
!! This is the speedwm configuration file. It will be loaded on startup provided it is located in ~/.config/speedwm-de/speedwmrc.
!! If it is not, you need to manually load it.
!!
!! To reload settings during runtime, run 'speedwm_run -r'.
!!
!! Bar options
speedwm.bar_height: 8 !! Height of the bar in pixels (<num>)
speedwm.bar_hide: 0 !! Hide the bar by default (0/1)
speedwm.bar_hide_tags: 0 !! Hide the tags (0/1)
speedwm.bar_hide_emptytags: 1 !! Hide the tags that have no windows open (0/1)
speedwm.bar_hide_powerline: 1 !! Hide the powerline drawn over the tags (0/1)
speedwm.bar_hide_floating: 0 !! Hide the floating window indicator (0/1)
speedwm.bar_hide_layout: 0 !! Hide the layout indicator (0/1)
speedwm.bar_hide_sticky: 0 !! Hide the sticky indicator (0/1)
speedwm.bar_hide_status: 0 !! Hide the status bar (0/1)
speedwm.bar_hide_title: 0 !! Hide the window title (0/1)
speedwm.bar_hide_unseltitle: 0 !! Hide the unselected window title (0/1)
speedwm.bar_hide_icon: 0 !! Hide the window icon (0/1)
speedwm.bar_layoutposition: 1 !! Position of the layout indicator (0: Right, 1: Left)
speedwm.bar_paddingh: 10 !! Horizontal padding (extra space) around the bar in pixels (<num>)
speedwm.bar_paddingv: 10 !! Vertical padding (extra space) around the bar in pixels (<num>)
speedwm.bar_position: 1 !! Position of the bar (0: Bottom, 1: Top)
!! Border options
speedwm.border_roundedcorners: 0 !! Enable rounded corners around the border of windows (0/1)
speedwm.border_cornerradius: 2 !! Corner radius when rounded corners are enabled (<num>)
speedwm.border_size: 1 !! Size of the border around windows in pixels (<num>)
!! Client options
speedwm.client_allowurgent: 1 !! Allow windows to have the 'urgent' status (0/1)
speedwm.client_autoresize: 1 !! Allow windows to resize themselves on demand (0/1)
speedwm.client_decorhints: 1 !! Respect decoration hints for windows (0/1)
speedwm.client_fade_inactive: 1 !! Fade inactive windows (windows that are not focused) (0/1)
speedwm.client_fade_windows: 1 !! Fade windows (0/1)
speedwm.client_floatscratchpad: 0 !! Float a scratchpad window when it's shown (0/1)
speedwm.client_savefloat: 1 !! Save the position of floating windows when they are no longer floating (0/1)
speedwm.client_swallow: 1 !! Allow clients to be swallowed by the terminal emulator (0/1)
speedwm.client_swallowfloating: 1 !! Also allow floating clients to be swallowed (0/1)
speedwm.client_wmclass: 1 !! Enable workaround for when a class cannot be grabbed from a client (0/1)
!! Font options
speedwm.fonts_font1: NotoSans-Regular:size=8:antialiasing=true
speedwm.fonts_font2: fontawesome:size=8:antialiasing=true
speedwm.fonts_font3: Noto Color Emoji:size=8:antialiasing=true
!! Color options
speedwm.col_background: #222222
speedwm.col_layout: #99b3ff
speedwm.col_layouttext: #000000
speedwm.col_status0: #131210
speedwm.col_status1: #bf616a
speedwm.col_status2: #A16F9D
speedwm.col_status3: #68ABAA
speedwm.col_status4: #A89F93
speedwm.col_status5: #D3A99B
speedwm.col_status6: #AFC9AC
speedwm.col_status7: #eae1cb
speedwm.col_status8: #a39d8e
speedwm.col_status9: #6D5E8E
speedwm.col_status10: #a16f9d
speedwm.col_status11: #d3a99b
speedwm.col_status12: #afc9ac
speedwm.col_status13: #eae1cb
speedwm.col_status14: #6d5e8e
speedwm.col_status15: #ffffff
speedwm.col_systray: #222222
speedwm.col_tag1: #99b3ff
speedwm.col_tag1_text: #eeeeee
speedwm.col_tag2: #99b3ff
speedwm.col_tag2_text: #eeeeee
speedwm.col_tag3: #99b3ff
speedwm.col_tag3_text: #eeeeee
speedwm.col_tag4: #99b3ff
speedwm.col_tag4_text: #eeeeee
speedwm.col_tag5: #99b3ff
speedwm.col_tag5_text: #eeeeee
speedwm.col_tag6: #99b3ff
speedwm.col_tag6_text: #eeeeee
speedwm.col_tag7: #99b3ff
speedwm.col_tag7_text: #eeeeee
speedwm.col_tag8: #99b3ff
speedwm.col_tag8_text: #eeeeee
speedwm.col_tag9: #99b3ff
speedwm.col_tag9_text: #eeeeee
speedwm.col_tagurgent: #f0e68c
speedwm.col_textnorm: #bbbbbb
speedwm.col_textsel: #eeeeee
speedwm.col_titlenorm: #222222
speedwm.col_titlesel: #99b3ff
speedwm.col_titlehid: #222222
speedwm.col_windowbordernorm: #000000
speedwm.col_windowbordersel: #eeeeee
speedwm.col_windowborderurg: #f0e68c
!! Color toggles
speedwm.color_hiddentitle: 1 !! Color the hidden title (0/1)
speedwm.color_layout: 1 !! Color the layout indicator (0/1)
speedwm.color_selectedtitle: 1 !! Color the selected title (0/1)
!! Cursor options
speedwm.cursor_warp: 1 !! Warp the cursor to the next focused window/monitor (0/1)
!! Focus options
speedwm.focus_spawned: 0 !! Focus the newly spawned window or keep focus (0/1)
!! Fullscreen options
speedwm.fullscreen_hidebar: 1 !! Hide the bar when a client is fullscreened (0/1)
speedwm.fullscreen_lockfullscreen: 1 !! Lock the fullscreen (0/1)
speedwm.fullscreen_movefullscreenmon: 0 !! Allow moving fullscreened windows to another monitor (0/1)
!! Gap options
speedwm.gaps_enable: 1 !! Enable gaps around the windows
speedwm.gaps_sizeih: 10 !! Horizontal inner gap size (<num>)
speedwm.gaps_sizeiv: 10 !! Vertical inner gap size (<num>)
speedwm.gaps_sizeoh: 10 !! Horizontal outer gap size (<num>)
speedwm.gaps_sizeov: 10 !! Vertical outer gap size (<num>)
speedwm.gaps_smartgaps: 0 !! Enable different gap size when only one client is spawned (0/1)
speedwm.gaps_smartgapsize: 0 !! Size of the gaps when only one client is spawned (0/1)
!! Icon options
speedwm.icon_size: 10 !! Size of the window icon in the taskbar (<num>)
speedwm.icon_spacing: 5 !! Spacing between icon and text in the taskbar (<num>)
!! Layout options
!! Deck layout
speedwm.layout_deck_count: 0 !! Enable deck count in the deck layout (0/1)
speedwm.layout_deck_format: [%d] !! Format of the deck count where %d is the deck count (string)
!! Dynamic Grid layout
speedwm.layout_dgrid_forcevsplit: 1 !! Force vertical splits in the dynamic grid layout (0/1)
!! Monocle layout
speedwm.layout_monocle_clientcount: 0 !! Enable client count in the monocle layout (0/1)
speedwm.layout_monocle_count: 0 !! Enable focused client and number of total clients in the monocle layout (0/1)
speedwm.layout_monocle_format: [%d/%d] !! Format of the monocle count where %d is the monocle count (string)
!! mfact options
speedwm.mfact: 0.50 !! Default mfact (0-1)
speedwm.mfact_lowest: 0.05 !! Lowest possible mfact (0-1)
!! Mouse options
speedwm.mouse_clicktofocus: 0 !! Require clicking on a window to focus or focus when the cursor touches it (0/1)
speedwm.mouse_mfact: 1 !! Enable adjusting mfact with your mouse (0/1)
speedwm.mouse_cfact: 1 !! Enable adjusting cfact with your mouse (0/1)
speedwm.mouse_mousepreview: 1 !! Enable previewing tags by hovering over them with your cursor (0/1)
!! Rule options
speedwm.rule_refresh: 1 !! Allow rules to be refreshed if a title/class changes (0/1)
!! Stack options
speedwm.stack_attachdirection: 3 !! Direction to attach windows in (0: Default, 1: Above, 2: Aside, 3: Below, 4: Bottom, 5: Top)
speedwm.stack_centerfloating: 1 !! Center floating windows (0/1)
speedwm.stack_i3mcount: 0 !! Enable i3 like nmaster/mastercount (0/1)
speedwm.stack_mastercount: 1 !! Number of master clients in the master stack to start with (0/1)
speedwm.stack_snap: 20 !! Snap pixel (<char>)
!! Status options
!! Text to print when no status bar is running
speedwm.status_defaultstatus:
!! Status bar script to run
speedwm.status_status: status
speedwm.status_statusallmons: 1 !! Display status text on all monitors (0/1)
!! Switcher options
speedwm.switcher_maxheight: 200 !! Max height of the switcher in pixels (<char>)
speedwm.switcher_maxwidth: 600 !! Max width of the switcher in pixels (<char>)
speedwm.switcher_menupositionv: 1 !! Menu position of the switcher vertically (0: Bottom, 1: Center, 2: Top)
speedwm.switcher_menupositionh: 1 !! Menu position of the switcher horizontally (0: Left, 1: Center, 2: Right)
!! Systray options
speedwm.systray_padding: 2 !! Extra padding between status and systray (0/1)
speedwm.systray_pinning: 0 !! Always show systray on the focused monitor or <num> (0/<monitor number>)
speedwm.systray_position: 0 !! Position of the systray horizontally (0: Right, 1: Left)
speedwm.systray_show: 0 !! Show the systray by default (0/1)
!! Tag options
speedwm.tag_pertag: 1 !! Allow tags to have their own values (0/1)
speedwm.tag_preview: 1 !! Enable tag previews (0/1)
speedwm.tag_preview_bar: 0 !! Include the bar in the tag preview (0/1)
speedwm.tag_preview_paddingh: 0 !! Extra horizontal padding between the tag preview and the edge of the screen (<num>)
speedwm.tag_preview_paddingv: 0 !! Extra vertical padding between the tag preview and the bar (<num>)
speedwm.tag_preview_scale: 2 !! Amount to scale down the preview picture by (<num>)
speedwm.tag_resetgaps: 1 !! Reset gaps when the tag has no clients (0/1)
speedwm.tag_resetlayout: 1 !! Reset layout when the tag has no clients (0/1)
speedwm.tag_resetmfact: 1 !! Reset mfact when the tag has no clients (0/1)
speedwm.tag_start: 1 !! Start on a tag on startup (0/1)
speedwm.tag_underline: 0 !! Draw an underline on the tags (0/1)
speedwm.tag_underlineall: 0 !! Show underline on all tags or just the selected tags (0/1)
speedwm.tag_underlinepad: 5 !! Horizontal padding between the underline and tag (<num>)
speedwm.tag_underlinestroke: 2 !! Height of the underline in pixels (<num>)
speedwm.tag_underlinevoffset: 0 !! How far above the bottom of the bar the line should appear (<num)
speedwm.tag_urgentwindows: 1 !! Color tags that have urgent tags on them (0/1)
!! Tiling options
speedwm.tiling_resizehints: 0 !! Enable resize hints (0/1)
!! Shell to run commands with (<char>)
speedwm.run_shell: /bin/sh