aboutsummaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2022-10-16make tiling drag configurableMichael Stapelberg
fixes https://github.com/i3/i3/issues/5155
2021-04-17default config: use dex for XDG autostart (#4405)Michael Stapelberg
fixes #4402
2021-01-29Properly quote rofi call in i3 configImran Virani
2021-01-02Comment-out duplicate i3-dmenu-desktop bindcodeOrestis Floros
Fixes #4304
2020-11-03config: specify --no-startup-id for dmenu_runMichael Stapelberg
fixes #4216
2020-05-06Mention rofi in default config fileOrestis Floros
Fixes #2482
2019-08-28Merge pull request #3747 from stapelberg/default-config-numbersIngo Bürk
default config: use workspace number, not just workspace
2019-08-15default config: mention loginctl lock-session alongside xss-lockMichael Stapelberg
2019-08-15default config: add XF86AudioMicMuteMichael Stapelberg
2019-08-15default config: immediately refresh i3status after volume changesMichael Stapelberg
2019-07-31default config: start xss-lock+i3lock, nm-applet, pactl (volume key)Michael Stapelberg
This change will make things strictly better for new users (without an existing configuration file) and has no effect on existing users. The tools should be fairly uncontentious, I hope, especially as they only serve as a starting point anyway: users can quickly delete what they don’t want, or change it into what they prefer. But having something is strictly better than having nothing :) We make some space in the config file by removing the old paragraph about pixel fonts, which seems rather outdated and irrelevant to me.
2019-07-28default config: use workspace number, not just workspaceMichael Stapelberg
This is strictly better: if the configured name does not match the current name, the correct workspace will still be used. When creating a new workspace, the configured name is still used.
2019-03-28etc/config: Mention ~/.config/i3/configOrestis Floros
2018-10-07i3-nagbar: add option for button that runs commands without a terminal (#3258)Orestis
Fixes #2199.
2018-01-05config: add comment $mod+r in back to normal when resize windowDiki Ananta
2017-12-26Shorten comment for workspace variablesThomas Praxl
The old comments gave the impression that you had to define workspace names upfront, which is not true. This also keeps the overall config as brief as possible.
2017-12-23Add workspace vars to support DRY when customizingThomas Praxl
Relabeling the workspaces required the user to update the labels at least in two places of the i3 config file (switch to workspace + move focused container to workspace) to keep a consistent state. This got even worse when the user started to reference the workspaces elsewhere, e.g. for assigning containers to specific workspaces. This change supports the DRY principle for users. Relabeling the workspaces is now merely a matter of changing the respective variable ($ws1, $ws2, … $ws10).
2017-11-13Merge pull request #3040 from jchook/nextIngo Bürk
$mod+r toggles resize mode
2017-10-30$mod+r toggles resize modeWes Roberts
2017-10-25config: use ascii single quoteTyler Brazier
The unicode quote doesn’t render very well in terminals that don't support unicode
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
The testcases will be updated automatically in a separate commit.
2016-10-23Move/rename config files/.desktop files into subdirsMichael Stapelberg
This makes it easier to install them with the correct name when using autotools.